Skip to content

Commit

Permalink
fix: alembic multiple heads
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Jan 6, 2025
1 parent e06fd9a commit 0c496b5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Add association table with `ContainerRegistries`, and `Groups` table.
Revision ID: 8f85e9d0bd4e
Revises: 6e44ea67d26e
Revises: 0bb88d5a46bf
Create Date: 2024-11-11 01:59:47.584430
"""
Expand All @@ -13,7 +13,7 @@

# revision identifiers, used by Alembic.
revision = "8f85e9d0bd4e"
down_revision = "6e44ea67d26e"
down_revision = "0bb88d5a46bf"
branch_labels = None
depends_on = None

Expand Down

0 comments on commit 0c496b5

Please sign in to comment.