[migration] Fixing issue with c82ee8a39623 downgrade (#7144)

* [migration] Fixing downgrade

* Trigger notification
This commit is contained in:
John Bodley
2019-03-27 22:23:21 -07:00
committed by GitHub
parent d5e8d663dc
commit 6e79e84b02

View File

@@ -71,5 +71,5 @@ def upgrade():
def downgrade():
op.drop_table('tag')
op.drop_table('tagged_object')
op.drop_table('tag')