Skip to content

Commit 9c6ea29

Browse files
Change migration order
1 parent 923bb7c commit 9c6ea29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

superset/migrations/versions/2023-12-22_14-41_a32e0c4d8646_migrate_sunburst_chart.py superset/migrations/versions/2024-01-18_14-41_a32e0c4d8646_migrate_sunburst_chart.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
"""migrate-sunburst-chart
1818
1919
Revision ID: a32e0c4d8646
20-
Revises: 06dd9ff00fe8
20+
Revises: 59a1450b3c10
2121
Create Date: 2023-12-22 14:41:43.638321
2222
2323
"""
2424

2525
# revision identifiers, used by Alembic.
2626
revision = "a32e0c4d8646"
27-
down_revision = "06dd9ff00fe8"
27+
down_revision = "59a1450b3c10"
2828

2929
from alembic import op
3030

0 commit comments

Comments
 (0)