neutron/neutron/db/migration/alembic_migrations/versions
Rodolfo Alonso Hernandez 08fe84f443 [sqlalchemy-20] Remove redundant indexes from some tables
The following tables and columns were defined as primary key and key
(index). A column defined as primary key creates an index in the table.
The is no need to create a second one.

Tables and columns affected:
* portdataplanestatuses, port_id
* portdnses, port_id
* portuplinkstatuspropagation, port_id
* qos_policies_default, project_id
* quotausages, resource
* quotausages, project_id
* subnet_dns_publish_fixed_ips, subnet_id
* segmenthostmappings, segment_id
* segmenthostmappings, host
* networkdnsdomains, network_id
* floatingipdnses, floatingip_id

Closes-Bug: #2024044
Change-Id: I271c109a597eb0aa088a7a9c785e8631bfaa01d7
2023-06-23 11:24:22 +00:00
..
2023.1/expand Open the 2023.2 (Bobcat) DB branch 2023-03-21 10:14:04 +01:00
2023.2/expand [sqlalchemy-20] Remove redundant indexes from some tables 2023-06-23 11:24:22 +00:00
liberty [sqlalchemy-20] Remove redundant indexes from some tables 2023-06-23 11:24:22 +00:00
mitaka [sqlalchemy-20] Remove redundant indexes from some tables 2023-06-23 11:24:22 +00:00
newton [sqlalchemy-20] Remove redundant indexes from some tables 2023-06-23 11:24:22 +00:00
ocata/expand Replace "Inspector.from_engine()" with "sqlalchemy.inspect()" 2021-09-23 13:41:50 +00:00
pike/expand [sqlalchemy-20] Remove redundant indexes from some tables 2023-06-23 11:24:22 +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 [sqlalchemy-20] Remove redundant indexes from some tables 2023-06-23 11:24:22 +00:00
train/expand Move migration to proper dir and fix objects tests 2019-11-04 17:44:44 +00:00
ussuri/expand [sqlalchemy-20] Remove redundant indexes from some tables 2023-06-23 11:24:22 +00:00
victoria/expand [sqlalchemy-20] The Session.begin.subtransactions flag is deprecated 2023-03-03 08:04:14 +00:00
wallaby/expand [sqlalchemy-20] The Session.begin.subtransactions flag is deprecated 2023-03-03 08:04:14 +00:00
xena/expand Open Yoga DB branch 2021-09-20 15:08:07 +00:00
yoga/expand Make DB migration creating indexes in RBACs conditional 2023-05-29 15:26:11 +00:00
zed/expand [sqlalchemy-20] The Session.begin.subtransactions flag is deprecated 2023-03-03 08:04:14 +00:00
CONTRACT_HEAD Remove availability range code and model 2016-09-06 17:35:12 +00:00
EXPAND_HEAD [sqlalchemy-20] Remove redundant indexes from some tables 2023-06-23 11:24:22 +00: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.