Skip to content

Commit

Permalink
Fix diverging heads for alembic migrations (#2347)
Browse files Browse the repository at this point in the history
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á
  • Loading branch information
softwarefactory-project-zuul[bot] authored Feb 13, 2024
2 parents 77896a1 + bf45fa4 commit 3d581a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# revision identifiers, used by Alembic.
revision = "31111f804dec"
down_revision = "a3a17014c282"
down_revision = "ab4c11acf5e1"
branch_labels = None
depends_on = None

Expand Down

0 comments on commit 3d581a2

Please sign in to comment.