From 0d9e704cbe4d54aa412429dfc3beddccd7af3cd6 Mon Sep 17 00:00:00 2001 From: daydensteve Date: Sat, 8 Aug 2026 20:08:38 -0400 Subject: [PATCH] fixing db version linearity --- .../alembic/versions/914dea1204e8_chuni_chara_illust_support.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/data/alembic/versions/914dea1204e8_chuni_chara_illust_support.py b/core/data/alembic/versions/914dea1204e8_chuni_chara_illust_support.py index 6f3038a..cc3dd2d 100644 --- a/core/data/alembic/versions/914dea1204e8_chuni_chara_illust_support.py +++ b/core/data/alembic/versions/914dea1204e8_chuni_chara_illust_support.py @@ -11,7 +11,7 @@ from sqlalchemy.dialects import mysql # revision identifiers, used by Alembic. revision = '914dea1204e8' -down_revision = '318d52559e83' +down_revision = 'd478fe5b757f' branch_labels = None depends_on = None