Skip to content

Commit

Permalink
[SUPDESQ-34] - fix downgrade command
Browse files Browse the repository at this point in the history
  • Loading branch information
awset committed Dec 4, 2021
1 parent 4359f4e commit 8209c65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ def upgrade():

def downgrade():
op.drop_column('vocabulary_service', 'schema')
op.drop_column('vocabulary_service_term', 'linked_schema_field')
op.drop_column('vocabulary_service', 'linked_schema_field')

0 comments on commit 8209c65

Please sign in to comment.