Skip to content

Commit

Permalink
adjusted migraiton script to allow for test-marshal to update DB. Aft…
Browse files Browse the repository at this point in the history
…er merged to test-marshal, another migration change will be done to align order with test branch
  • Loading branch information
Aman-Hundal committed Aug 20, 2024
1 parent 31b485a commit 7450f34
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""update CFD Personal tags
Revision ID: 06283c0685fb
Revises: aa2691fa6c3c
Revises: bbee01df3e8d
Create Date: 2024-08-14 12:40:37.844463
"""
Expand All @@ -11,7 +11,7 @@

# revision identifiers, used by Alembic.
revision = '06283c0685fb'
down_revision = 'aa2691fa6c3c'
down_revision = 'bbee01df3e8d'
branch_labels = None
depends_on = None

Expand Down

0 comments on commit 7450f34

Please sign in to comment.