neutron/neutron/db/migration/alembic_migrations/versions
Sahid Orentino Ferdjaoui eeff5b3c81 db: add segment_index to the unique constraint
For multi segments support we have update the unique contraint so
`segment_index` will be part of it.

Related-Bug: #1791233
Partial-Bug: #1956435
Partial-Bug: #1764738
Signed-off-by: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@industrialdiscipline.com>
Change-Id: Ic564131dcd7525fc5f24c3282688e3584cd2e2e0
2022-11-23 08:43:21 +01:00
..
antelope/expand db: add segment_index to the unique constraint 2022-11-23 08:43:21 +01:00
liberty Replace "Inspector.from_engine()" with "sqlalchemy.inspect()" 2021-09-23 13:41:50 +00:00
mitaka Replace "Inspector.from_engine()" with "sqlalchemy.inspect()" 2021-09-23 13:41:50 +00:00
newton Replace "Inspector.from_engine()" with "sqlalchemy.inspect()" 2021-09-23 13:41:50 +00:00
ocata/expand Replace "Inspector.from_engine()" with "sqlalchemy.inspect()" 2021-09-23 13:41:50 +00:00
pike/expand Fix flake8 H404 errors 2018-10-05 21:48:41 +00:00
queens/expand Fix E402 pep8 errors 2018-04-20 18:13:07 +00:00
rocky/expand Add Rocky milestone tag for alembic migration revisions 2020-05-13 02:30:01 +00:00
stein/expand Replace "Inspector.from_engine()" with "sqlalchemy.inspect()" 2021-09-23 13:41:50 +00:00
train/expand Move migration to proper dir and fix objects tests 2019-11-04 17:44:44 +00:00
ussuri/expand Replace "Inspector.from_engine()" with "sqlalchemy.inspect()" 2021-09-23 13:41:50 +00:00
victoria/expand Open Wallaby DB branch 2020-10-04 14:54:07 +00:00
wallaby/expand Replace "Inspector.from_engine()" with "sqlalchemy.inspect()" 2021-09-23 13:41:50 +00:00
xena/expand Open Yoga DB branch 2021-09-20 15:08:07 +00:00
yoga/expand Replace "Inspector.from_engine()" with "sqlalchemy.inspect()" 2022-06-29 18:42:18 +00:00
zed/expand Open Antelope DB branch 2022-09-23 01:20:41 +02:00
CONTRACT_HEAD Remove availability range code and model 2016-09-06 17:35:12 +00:00
EXPAND_HEAD db: add segment_index to the unique constraint 2022-11-23 08:43:21 +01:00
README Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
kilo_initial.py Revert "Squash alchemy Liberty branch" 2020-09-04 07:40:44 +00:00

README

This directory contains the migration scripts for the Neutron project.  Please
see the README in neutron/db/migration on how to use and generate new
migrations.