Merge "db: Drop "remove" of index"

This commit is contained in:
Zuul 2021-01-24 18:46:50 +00:00 committed by Gerrit Code Review
commit 3661339241
1 changed files with 0 additions and 2 deletions

View File

@ -1380,8 +1380,6 @@ def upgrade(migrate_engine):
else:
index.create(migrate_engine)
Index('project_id', dns_domains.c.project_id).drop
# Common foreign keys
fkeys = [
[