Skip to content

Commit

Permalink
Fix migrations conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
r4victor committed Nov 7, 2023
1 parent 4b516c4 commit 4cf207e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Make blob nullable
Revision ID: 23e01c56279a
Revises: 112753bc17dd
Revises: 14f2cb002fc2
Create Date: 2023-11-06 16:13:00.455543
"""
Expand All @@ -11,7 +11,7 @@

# revision identifiers, used by Alembic.
revision = "23e01c56279a"
down_revision = "112753bc17dd"
down_revision = "14f2cb002fc2"
branch_labels = None
depends_on = None

Expand Down

0 comments on commit 4cf207e

Please sign in to comment.