Skip to content

Commit 3d581a2

Browse files
Fix diverging heads for alembic migrations (#2347)
Fix diverging heads for alembic migrations Both me and Matej have created a migration on top of the same version, making migrations diverging. Reviewed-by: Laura Barcziová
2 parents 77896a1 + bf45fa4 commit 3d581a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alembic/versions/31111f804dec_add_onboarded_check_in_gitprojectmodel_.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# revision identifiers, used by Alembic.
1313
revision = "31111f804dec"
14-
down_revision = "a3a17014c282"
14+
down_revision = "ab4c11acf5e1"
1515
branch_labels = None
1616
depends_on = None
1717

0 commit comments

Comments
 (0)