From 128e89574457e9be3b03767f60023664bf198c14 Mon Sep 17 00:00:00 2001 From: Maja Massarini Date: Wed, 27 Nov 2024 12:16:47 +0100 Subject: [PATCH] Fix database head after adding identifier to copr table --- alembic/versions/d625d6c1122f_add_identifier_to_copr_build.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alembic/versions/d625d6c1122f_add_identifier_to_copr_build.py b/alembic/versions/d625d6c1122f_add_identifier_to_copr_build.py index a8f9ff816..613c280cb 100644 --- a/alembic/versions/d625d6c1122f_add_identifier_to_copr_build.py +++ b/alembic/versions/d625d6c1122f_add_identifier_to_copr_build.py @@ -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 """ @@ -12,7 +12,7 @@ # revision identifiers, used by Alembic. revision = "d625d6c1122f" -down_revision = "f69687c314c5" +down_revision = "c91276691f38" branch_labels = None depends_on = None