neutron/neutron/db/migration
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
..
alembic_migrations [sqlalchemy-20] Remove redundant indexes from some tables 2023-06-23 11:24:22 +00:00
models Merge "Relocate Agent DB model" 2016-10-10 16:33:55 +00:00
README Update the documentation link for doc migration 2017-07-22 18:46:13 +09:00
__init__.py Open the 2023.2 (Bobcat) DB branch 2023-03-21 10:14:04 +01:00
alembic.ini Ease debugging alembic by passing proper scripts path in alembic.ini 2015-06-22 15:44:55 +02:00
autogen.py Fix some pylint indentation warnings 2022-11-03 19:50:54 -04:00
cli.py Open the 2023.2 (Bobcat) DB branch 2023-03-21 10:14:04 +01:00
connection.py neutron-db-manage: add has_offline_migrations command 2016-01-22 13:55:40 +00:00

README

See doc/source/contributor/alembic_migrations.rst

Rendered at
https://docs.openstack.org/neutron/latest/contributor/alembic_migrations.html