Continuation of baa4918d89
.
This commit is contained in:
parent
baa4918d89
commit
b18986c72b
1 changed files with 3 additions and 0 deletions
|
@ -18,5 +18,8 @@ def upgrade(tables):
|
|||
op.drop_index('queueitem_queue_name', table_name='queueitem')
|
||||
op.create_index('queueitem_queue_name', 'queueitem', ['queue_name'], unique=False, mysql_length=767)
|
||||
|
||||
op.drop_index('image_ancestors', table_name='image')
|
||||
op.create_index('image_ancestors', 'image', ['ancestors'], unique=False, mysql_length=767)
|
||||
|
||||
def downgrade(tables):
|
||||
pass
|
||||
|
|
Reference in a new issue