mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
[migration] Fixing issue with c82ee8a39623 downgrade (#7144)
* [migration] Fixing downgrade * Trigger notification
This commit is contained in:
@@ -71,5 +71,5 @@ def upgrade():
|
||||
|
||||
|
||||
def downgrade():
|
||||
op.drop_table('tag')
|
||||
op.drop_table('tagged_object')
|
||||
op.drop_table('tag')
|
||||
|
||||
Reference in New Issue
Block a user