You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by jo...@apache.org on 2019/03/28 05:23:33 UTC

[incubator-superset] branch master updated: [migration] Fixing issue with c82ee8a39623 downgrade (#7144)

This is an automated email from the ASF dual-hosted git repository.

johnbodley pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 6e79e84  [migration] Fixing issue with c82ee8a39623 downgrade (#7144)
6e79e84 is described below

commit 6e79e84b025259f5741a04f69b79360404872c5c
Author: John Bodley <45...@users.noreply.github.com>
AuthorDate: Wed Mar 27 22:23:21 2019 -0700

    [migration] Fixing issue with c82ee8a39623 downgrade (#7144)
    
    * [migration] Fixing downgrade
    
    * Trigger notification
---
 superset/migrations/versions/c82ee8a39623_add_implicit_tags.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset/migrations/versions/c82ee8a39623_add_implicit_tags.py b/superset/migrations/versions/c82ee8a39623_add_implicit_tags.py
index bc73a9a..9d3a792 100644
--- a/superset/migrations/versions/c82ee8a39623_add_implicit_tags.py
+++ b/superset/migrations/versions/c82ee8a39623_add_implicit_tags.py
@@ -71,5 +71,5 @@ def upgrade():
 
 
 def downgrade():
-    op.drop_table('tag')
     op.drop_table('tagged_object')
+    op.drop_table('tag')