neutron/neutron/db/migration/alembic_migrations
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
..
versions [sqlalchemy-20] Remove redundant indexes from some tables 2023-06-23 11:24:22 +00:00
__init__.py Remove vim line from db migartion template 2014-03-03 16:09:41 +09:00
agent_init_ops.py Kilo initial migration 2016-01-04 16:50:09 +00:00
brocade_init_ops.py Kilo initial migration 2016-01-04 16:50:09 +00:00
cisco_init_ops.py Revert "Squash alchemy Liberty branch" 2020-09-04 07:40:44 +00:00
core_init_ops.py Revert "Squash alchemy Liberty branch" 2020-09-04 07:40:44 +00:00
dvr_init_opts.py Kilo initial migration 2016-01-04 16:50:09 +00:00
env.py Revert "Use a writer context for the online alembic migrations" 2023-05-22 13:29:55 +00:00
external.py Remove Neutron LBaaS 2019-09-20 07:46:06 +00:00
firewall_init_ops.py Remove downgrade from existing migrations 2015-03-23 13:49:24 +00:00
l3_init_ops.py Kilo initial migration 2016-01-04 16:50:09 +00:00
lb_init_ops.py Revert "Squash alchemy Liberty branch" 2020-09-04 07:40:44 +00:00
loadbalancer_init_ops.py Juno_initial migration 2015-06-16 15:03:14 +03:00
metering_init_ops.py Kilo initial migration 2016-01-04 16:50:09 +00:00
ml2_init_ops.py Revert "Squash alchemy Liberty branch" 2020-09-04 07:40:44 +00:00
nec_init_ops.py Kilo initial migration 2016-01-04 16:50:09 +00:00
nsxv_initial_opts.py Revert "Squash alchemy Liberty branch" 2020-09-04 07:40:44 +00:00
nuage_init_opts.py Kilo initial migration 2016-01-04 16:50:09 +00:00
other_extensions_init_ops.py Revert "Squash alchemy Liberty branch" 2020-09-04 07:40:44 +00:00
other_plugins_init_ops.py Revert "Squash alchemy Liberty branch" 2020-09-04 07:40:44 +00:00
ovs_init_ops.py Revert "Squash alchemy Liberty branch" 2020-09-04 07:40:44 +00:00
portsec_init_ops.py Remove downgrade from existing migrations 2015-03-23 13:49:24 +00:00
script.py.mako Fix E402 pep8 errors 2018-04-20 18:13:07 +00:00
secgroup_init_ops.py Kilo initial migration 2016-01-04 16:50:09 +00:00
vmware_init_ops.py Kilo initial migration 2016-01-04 16:50:09 +00:00
vpn_init_ops.py Remove downgrade from existing migrations 2015-03-23 13:49:24 +00:00