From a50c43e0fa5d577085cbecfd9a771d011ccae49c Mon Sep 17 00:00:00 2001 From: John Bodley <4567245+john-bodley@users.noreply.github.com> Date: Fri, 28 Jul 2023 03:08:31 -0700 Subject: [PATCH] fix: Alembic migration head (#24832) --- .../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 100efad0b..f014cf857 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()