Skip to content

Commit

Permalink
Fix database head after adding identifier to copr table (#2659)
Browse files Browse the repository at this point in the history
Fix database head after adding identifier to copr table

Reviewed-by: Nikola Forró
  • Loading branch information
softwarefactory-project-zuul[bot] authored Nov 27, 2024
2 parents fc33a6f + 128e895 commit f0a31e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alembic/versions/d625d6c1122f_add_identifier_to_copr_build.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Add identifier to copr build
Revision ID: d625d6c1122f
Revises: f69687c314c5
Revises: c91276691f38
Create Date: 2024-11-22 13:05:49.763917
"""
Expand All @@ -12,7 +12,7 @@

# revision identifiers, used by Alembic.
revision = "d625d6c1122f"
down_revision = "f69687c314c5"
down_revision = "c91276691f38"
branch_labels = None
depends_on = None

Expand Down

0 comments on commit f0a31e5

Please sign in to comment.