Skip to content

Commit

Permalink
Rebases
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina committed Jun 8, 2023
1 parent 8a0ba5e commit 611da97
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"""migrate-pivot-table-v1-to-v2
Revision ID: 9ba2ce3086e5
Revises: 7e67aecbf3f1
Create Date: 2023-04-14 11:10:10.148992
Revises: 4ea966691069
Create Date: 2023-08-06 09:02:10.148992
"""
from superset.migrations.shared.migrate_viz import MigratePivotTable

# revision identifiers, used by Alembic.
revision = "9ba2ce3086e5"
down_revision = "7e67aecbf3f1"
down_revision = "4ea966691069"


def upgrade():
Expand Down

0 comments on commit 611da97

Please sign in to comment.