Skip to content

Commit

Permalink
fix: db migrations on downgrade (apache#28106)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar authored Apr 17, 2024
1 parent 8a390f0 commit 5ece57b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 78 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

# revision identifiers, used by Alembic.
revision = "c22cb5c2e546"
down_revision = "be1b217cd8cd"
down_revision = "678eefb4ab44"


def upgrade():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

# revision identifiers, used by Alembic.
revision = "5ad7321c2169"
down_revision = "678eefb4ab44"
down_revision = "c22cb5c2e546"

from alembic import op
from sqlalchemy.exc import SQLAlchemyError
Expand Down
38 changes: 0 additions & 38 deletions superset/migrations/versions/2024-04-11_00-49_bbf146925528_.py

This file was deleted.

38 changes: 0 additions & 38 deletions superset/migrations/versions/2024-04-15_16-06_0dc386701747_.py

This file was deleted.

0 comments on commit 5ece57b

Please sign in to comment.