From c41a0849458ec414e4a10fba1c367ed951b3bd40 Mon Sep 17 00:00:00 2001 From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com> Date: Wed, 11 Feb 2026 03:48:46 +0530 Subject: [PATCH] chore: remove migration script for adding user_id to new_llm_configs and image_generation_configs --- ...figs.py => 98_add_user_id_to_llm_and_image_configs.py} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename surfsense_backend/alembic/versions/{96_add_user_id_to_llm_and_image_configs.py => 98_add_user_id_to_llm_and_image_configs.py} (97%) diff --git a/surfsense_backend/alembic/versions/96_add_user_id_to_llm_and_image_configs.py b/surfsense_backend/alembic/versions/98_add_user_id_to_llm_and_image_configs.py similarity index 97% rename from surfsense_backend/alembic/versions/96_add_user_id_to_llm_and_image_configs.py rename to surfsense_backend/alembic/versions/98_add_user_id_to_llm_and_image_configs.py index 06983f510..07a287231 100644 --- a/surfsense_backend/alembic/versions/96_add_user_id_to_llm_and_image_configs.py +++ b/surfsense_backend/alembic/versions/98_add_user_id_to_llm_and_image_configs.py @@ -1,7 +1,7 @@ """Add user_id to new_llm_configs and image_generation_configs -Revision ID: 96 -Revises: 95 +Revision ID: 98 +Revises: 97 """ from collections.abc import Sequence @@ -9,8 +9,8 @@ from collections.abc import Sequence from alembic import op # revision identifiers, used by Alembic. -revision: str = "96" -down_revision: str | None = "95" +revision: str = "98" +down_revision: str | None = "97" branch_labels: str | Sequence[str] | None = None depends_on: str | Sequence[str] | None = None