fix: fix db migration

This commit is contained in:
fatelei 2026-07-22 14:42:11 +08:00
parent 2e748c16e9
commit 550cb7eff5
No known key found for this signature in database
GPG Key ID: 2F91DA05646F4EED

View File

@ -1,7 +1,7 @@
"""add workspace skill management
Revision ID: a4f8d2c9e1b0
Revises: c3d4e5f6a7b8
Revises: b8c9d0e1f2a3
Create Date: 2026-07-09 12:00:00.000000
"""
@ -14,7 +14,7 @@ from models.types import StringUUID
# revision identifiers, used by Alembic.
revision = "a4f8d2c9e1b0"
down_revision = "c3d4e5f6a7b8"
down_revision = "b8c9d0e1f2a3"
branch_labels = None
depends_on = None