From 47a98a94d68b09d65c7fb29fdf9ea98a2b52243d Mon Sep 17 00:00:00 2001 From: zurdi Date: Wed, 25 Oct 2023 17:18:36 +0200 Subject: [PATCH] last migration version matched with last romm version --- backend/alembic/versions/{1.9.2_.py => 2.0.0_.py} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename backend/alembic/versions/{1.9.2_.py => 2.0.0_.py} (95%) diff --git a/backend/alembic/versions/1.9.2_.py b/backend/alembic/versions/2.0.0_.py similarity index 95% rename from backend/alembic/versions/1.9.2_.py rename to backend/alembic/versions/2.0.0_.py index f2b46c722..36000988b 100644 --- a/backend/alembic/versions/1.9.2_.py +++ b/backend/alembic/versions/2.0.0_.py @@ -1,6 +1,6 @@ -"""update to 1.9.2 +"""update to 2.0.0 -Revision ID: 1.9.2 +Revision ID: 2.0.0 Revises: 1.8.3 Create Date: 2023-08-10 22:18:24.012779 @@ -10,7 +10,7 @@ import sqlalchemy as sa # revision identifiers, used by Alembic. -revision = "1.9.2" +revision = "2.0.0" down_revision = "1.8.3" branch_labels = None depends_on = None