You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by dp...@apache.org on 2023/07/28 10:08:38 UTC

[superset] branch master updated: fix: Alembic migration head (#24832)

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

dpgaspar 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 a50c43e0fa fix: Alembic migration head (#24832)
a50c43e0fa is described below

commit a50c43e0fa5d577085cbecfd9a771d011ccae49c
Author: John Bodley <45...@users.noreply.github.com>
AuthorDate: Fri Jul 28 03:08:31 2023 -0700

    fix: Alembic migration head (#24832)
---
 .../versions/2023-07-19_17-54_ee179a490af9_deckgl_path_width_units.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/superset/migrations/versions/2023-07-19_17-54_ee179a490af9_deckgl_path_width_units.py b/superset/migrations/versions/2023-07-19_17-54_ee179a490af9_deckgl_path_width_units.py
index 100efad0ba..f014cf8570 100644
--- a/superset/migrations/versions/2023-07-19_17-54_ee179a490af9_deckgl_path_width_units.py
+++ b/superset/migrations/versions/2023-07-19_17-54_ee179a490af9_deckgl_path_width_units.py
@@ -17,7 +17,7 @@
 """deckgl-path-width-units
 
 Revision ID: ee179a490af9
-Revises: a23c6f8b1280
+Revises: e0f6f91c2055
 Create Date: 2023-07-19 17:54:06.752360
 
 """
@@ -32,7 +32,7 @@ from superset import db
 
 # revision identifiers, used by Alembic.
 revision = "ee179a490af9"
-down_revision = "a23c6f8b1280"
+down_revision = "e0f6f91c2055"
 
 
 Base = declarative_base()