Skip to content

Commit

Permalink
fix: alembic migration conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Sep 19, 2024
1 parent ec8cacb commit 87d9c11
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Migrate container registry config storage from `Etcd` to `PostgreSQL`
Revision ID: 1d42c726d8a3
Revises: 59a622c31820
Revises: c4b7ec740b36
Create Date: 2024-03-05 10:36:24.197922
"""
Expand Down Expand Up @@ -30,7 +30,7 @@

# revision identifiers, used by Alembic.
revision = "1d42c726d8a3"
down_revision = "59a622c31820"
down_revision = "c4b7ec740b36"
branch_labels = None
depends_on = None

Expand Down

0 comments on commit 87d9c11

Please sign in to comment.