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 4a966fc commit 6bd8548
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"""migrate_treemap_chart
Revision ID: 4c5da39be729
Revises: 7e67aecbf3f1
Create Date: 2023-04-19 11:23:23.192064
Revises: 9ba2ce3086e5
Create Date: 2023-06-08 10:22:23.192064
"""
from alembic import op
Expand All @@ -28,7 +28,7 @@

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


def upgrade():
Expand Down

0 comments on commit 6bd8548

Please sign in to comment.