Skip to content

Commit

Permalink
- Fix migration order
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio-RiveroMartnez committed May 16, 2024
1 parent 5a6b770 commit 85a7494
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"""Update charts with old time comparison controls
Revision ID: f84fde59123a
Revises: 4081be5b6b74
Revises: 9621c6d56ffb
Create Date: 2024-05-10 18:02:38.891060
"""
Expand All @@ -39,7 +39,7 @@

# revision identifiers, used by Alembic.
revision = "f84fde59123a"
down_revision = "4081be5b6b74"
down_revision = "9621c6d56ffb"

logger = logging.getLogger(__name__)
Base = declarative_base()
Expand Down

0 comments on commit 85a7494

Please sign in to comment.