style: 补全alembic和scripts目录isort排序
Deploy / Staging E2E Tests (push) Has been skipped
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Deploy Staging (push) Failing after 137h51m0s
CI/CD Pipeline / Frontend Lint (push) Failing after 137h51m10s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 137h51m10s

This commit is contained in:
灵应
2026-07-03 19:03:18 +08:00
parent 9c154a94cb
commit a620085dbb
7 changed files with 11 additions and 6 deletions
@@ -6,6 +6,7 @@ Create Date: 2026-07-01
"""
import sqlalchemy as sa
from alembic import op
revision = "016"
@@ -9,9 +9,10 @@ Create Date: 2026-07-01
- edit_plan_clips: 剪辑计划片段(剪辑计划中的具体片段实例)
"""
from alembic import op
import sqlalchemy as sa
from alembic import op
revision = "017"
down_revision = "016"
branch_labels = None
+2 -1
View File
@@ -7,9 +7,10 @@ Create Date: 2026-07-01
新增 jobs 表,用于统一管理异步任务(视频合成、渲染等)的生命周期。
"""
from alembic import op
import sqlalchemy as sa
from alembic import op
revision = "018"
down_revision = "017"
branch_labels = None
@@ -7,9 +7,10 @@ Create Date: 2026-07-02
新增 voice_clone_profiles 表,用于存储音色克隆档案。
"""
from alembic import op
import sqlalchemy as sa
from alembic import op
revision = "019"
down_revision = "018"
branch_labels = None
+2 -1
View File
@@ -7,9 +7,10 @@ Create Date: 2026-07-02
新增 tts_jobs 表,用于存储 TTS 合成任务。
"""
from alembic import op
import sqlalchemy as sa
from alembic import op
revision = "020"
down_revision = "019"
branch_labels = None
+1 -1
View File
@@ -3,10 +3,10 @@
from __future__ import annotations
import argparse
import logging
import os
import time
from pathlib import Path
import logging
logger = logging.getLogger(__name__)
+1 -1
View File
@@ -7,12 +7,12 @@
import argparse
import json
import logging
import ssl
import sys
import time
import urllib.error
import urllib.request
import logging
logger = logging.getLogger(__name__)