neutron/neutron/db/migration/alembic_migrations/versions/stein/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
..
0ff9e3881597_network_segment_range.py Adds revision description for network_segment_range 2019-03-25 14:09:47 +00:00
9bfad3f1e780_support_shared_security_groups.py Open Train DB branch 2019-04-07 08:33:35 +03:00
195176fb410d_router_gateway_ip_qos.py [L3][QoS] Neutron server side router gateway IP QoS 2018-12-01 17:45:46 +08:00
cada2437bf41_add_propagate_uplink_status_to_port.py [sqlalchemy-20] Remove redundant indexes from some tables 2023-06-23 11:24:22 +00:00
d72db3e25539_modify_uniq_port_forwarding.py Replace "Inspector.from_engine()" with "sqlalchemy.inspect()" 2021-09-23 13:41:50 +00:00
fb0167bd9639_agent_resources_synced.py New agent attribute: resources_synced 2019-02-21 13:45:15 +01:00