fixing migration downgrade

This commit is contained in:
Cayo Puigdefabregas 2021-07-29 15:55:59 +02:00
parent 3119178c9c
commit 7160b88199
1 changed files with 1 additions and 0 deletions

View File

@ -81,4 +81,5 @@ def upgrade():
def downgrade():
op.drop_table('data_wipe', schema=f'{get_inv()}')
op.drop_table('data_wipe_document', schema=f'{get_inv()}')
op.drop_table('document', schema=f'{get_inv()}')