From 7450f34966e09eda973d81ae6a28f2b0f37bf9a6 Mon Sep 17 00:00:00 2001 From: Aman-Hundal Date: Tue, 20 Aug 2024 15:03:17 -0700 Subject: [PATCH] adjusted migraiton script to allow for test-marshal to update DB. After merged to test-marshal, another migration change will be done to align order with test branch --- .../versions/06283c0685fb_update_cfd_personal_tags.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/request-management-api/migrations/versions/06283c0685fb_update_cfd_personal_tags.py b/request-management-api/migrations/versions/06283c0685fb_update_cfd_personal_tags.py index 6aa2424e8..ac7da20c5 100644 --- a/request-management-api/migrations/versions/06283c0685fb_update_cfd_personal_tags.py +++ b/request-management-api/migrations/versions/06283c0685fb_update_cfd_personal_tags.py @@ -1,7 +1,7 @@ """update CFD Personal tags Revision ID: 06283c0685fb -Revises: aa2691fa6c3c +Revises: bbee01df3e8d Create Date: 2024-08-14 12:40:37.844463 """ @@ -11,7 +11,7 @@ # revision identifiers, used by Alembic. revision = '06283c0685fb' -down_revision = 'aa2691fa6c3c' +down_revision = 'bbee01df3e8d' branch_labels = None depends_on = None