You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by gr...@apache.org on 2019/07/11 19:32:46 UTC

[incubator-superset] branch master updated: Update down_revision to fix migrations (#7850)

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

graceguo 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 9eccae3  Update down_revision to fix migrations (#7850)
9eccae3 is described below

commit 9eccae3b4fc237333917119dfad74cf37fe04f7b
Author: 1AB9502 <ci...@gmail.com>
AuthorDate: Thu Jul 11 13:32:34 2019 -0600

    Update down_revision to fix migrations (#7850)
---
 .../versions/d6ffdf31bdd4_add_published_column_to_dashboards.py       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/superset/migrations/versions/d6ffdf31bdd4_add_published_column_to_dashboards.py b/superset/migrations/versions/d6ffdf31bdd4_add_published_column_to_dashboards.py
index 75f3bc7..0923de2 100644
--- a/superset/migrations/versions/d6ffdf31bdd4_add_published_column_to_dashboards.py
+++ b/superset/migrations/versions/d6ffdf31bdd4_add_published_column_to_dashboards.py
@@ -17,14 +17,14 @@
 """Add published column to dashboards
 
 Revision ID: d6ffdf31bdd4
-Revises: 45e7da7cfeba
+Revises: b4a38aa87893
 Create Date: 2018-03-30 14:00:44.929483
 
 """
 
 # revision identifiers, used by Alembic.
 revision = "d6ffdf31bdd4"
-down_revision = "d7c1a0d6f2da"
+down_revision = "b4a38aa87893"
 
 from alembic import op
 import sqlalchemy as sa