Skip to content

Commit

Permalink
Resolve branching migrations
Browse files Browse the repository at this point in the history
Signed-off-by: Jean Snyman <git@jsnyman.com>
  • Loading branch information
stringlytyped committed Feb 15, 2024
1 parent c21b397 commit e6ec507
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Convert Registrar Column Types
"""Convert registrar column types
Revision ID: 330024be7bef
Revises: 21b5cb88fcdb
Revises: 160f932fde5b
Create Date: 2024-02-15 11:48:41.458971
"""
Expand All @@ -10,7 +10,7 @@

# revision identifiers, used by Alembic.
revision = "330024be7bef"
down_revision = "21b5cb88fcdb"
down_revision = "160f932fde5b"
branch_labels = None
depends_on = None

Expand Down

0 comments on commit e6ec507

Please sign in to comment.