chore(migrations): re-arrange migration of "add llm generation details table"

This commit is contained in:
Harry
2026-01-09 15:55:25 +08:00
parent d2f41ae9ef
commit 0a0f02c0c6
2 changed files with 2 additions and 3 deletions

View File

@ -11,7 +11,7 @@ import sqlalchemy as sa
# revision identifiers, used by Alembic.
revision = 'aab323465866'
down_revision = '85c8b4a64f53'
down_revision = '7df29de0f6be'
branch_labels = None
depends_on = None

View File

@ -8,11 +8,10 @@ Create Date: 2025-12-10 16:17:46.597669
from alembic import op
import models as models
import sqlalchemy as sa
from sqlalchemy.dialects import postgresql
# revision identifiers, used by Alembic.
revision = '85c8b4a64f53'
down_revision = '03ea244985ce'
down_revision = 'aab323465866'
branch_labels = None
depends_on = None