fix: Alembic migration head (#24832)

This commit is contained in:
John Bodley 2023-07-28 03:08:31 -07:00 committed by GitHub
parent 7cd317fe2e
commit a50c43e0fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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()