mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-08 20:25:19 +02:00
chore: remove migration script for adding user_id to new_llm_configs and image_generation_configs
This commit is contained in:
parent
fc64f65876
commit
c41a084945
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue