You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2021/03/06 00:26:10 UTC

[superset] branch master updated: fix: merge 67da9ef1ef9c and 1412ec1e5a7b migrations (#13493)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c8759a3  fix: merge 67da9ef1ef9c and 1412ec1e5a7b migrations (#13493)
c8759a3 is described below

commit c8759a38bf72cb5066c1ae08b218b2db3591e445
Author: Hugh A. Miles II <hu...@gmail.com>
AuthorDate: Fri Mar 5 19:25:32 2021 -0500

    fix: merge 67da9ef1ef9c and 1412ec1e5a7b migrations (#13493)
---
 .../migrations/versions/67da9ef1ef9c_add_hide_left_bar_to_tabstate.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/superset/migrations/versions/67da9ef1ef9c_add_hide_left_bar_to_tabstate.py b/superset/migrations/versions/67da9ef1ef9c_add_hide_left_bar_to_tabstate.py
index 41768c2..c43a5b5 100644
--- a/superset/migrations/versions/67da9ef1ef9c_add_hide_left_bar_to_tabstate.py
+++ b/superset/migrations/versions/67da9ef1ef9c_add_hide_left_bar_to_tabstate.py
@@ -17,14 +17,14 @@
 """add hide_left_bar to tabstate
 
 Revision ID: 67da9ef1ef9c
-Revises: c501b7c653a3
+Revises: 1412ec1e5a7b
 Create Date: 2021-02-22 11:22:10.156942
 
 """
 
 # revision identifiers, used by Alembic.
 revision = "67da9ef1ef9c"
-down_revision = "c501b7c653a3"
+down_revision = "1412ec1e5a7b"
 
 import sqlalchemy as sa
 from alembic import op