neutron/neutron/db/migration/alembic_migrations/versions/pike/expand
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
..
2b42d90729da_qos_add_direction_to_bw_limit_rule_table.py Fix flake8 H404 errors 2018-10-05 21:48:41 +00:00
7d32f979895f_add_mtu_for_networks.py Fix E402 pep8 errors 2018-04-20 18:13:07 +00:00
62c781cb6192_add_qos_policies_default_table.py [sqlalchemy-20] Remove redundant indexes from some tables 2023-06-23 11:24:22 +00:00
349b6fd605a6_add_dns_domain_to_portdnses.py Fix E402 pep8 errors 2018-04-20 18:13:07 +00:00
804a3c76314c_add_data_plane_status_to_port.py [sqlalchemy-20] Remove redundant indexes from some tables 2023-06-23 11:24:22 +00:00
c8c222d42aa9_logging_api.py Fix E402 pep8 errors 2018-04-20 18:13:07 +00:00