nova/nova/db
Christian Rohmann 531e1e8733 db: Drop redundant indexes on instances and console_auth_tokens tables
* There were two unique constrains on the same column uuid of instances.
   This change drops one of them. The second constraint was introduced with
   https://review.opendev.org/c/openstack/nova/+/97946, but was pending cleanup
   since.
 * In console_auth_tokens there was a unique constraint and another index on
   column token_hash.

Closes-Bug: #1641185
Change-Id: I0ffa47d2afbfbfa63651991b3791dfad3e1832e1
2022-09-15 19:42:39 +02:00
..
api db: Remove use of 'bind' arguments 2021-11-15 11:19:46 +00:00
main db: Drop redundant indexes on instances and console_auth_tokens tables 2022-09-15 19:42:39 +02:00
__init__.py db: Unify 'nova.db.api', 'nova.db.sqlalchemy.api' 2021-08-09 15:34:40 +01:00
constants.py Move db MAX constants to own file 2018-03-01 11:09:29 +00:00
migration.py Fix nova-manage db version 2021-09-13 14:08:11 +02:00
types.py Set "cache_ok=True" in "TypeDecorator" inheriting classes 2021-10-14 09:01:07 +00:00
utils.py db: Post reshuffle cleanup 2021-08-09 15:34:40 +01:00