From f62dd8bf67384baaae6e395de3bbb5a88508a1ef Mon Sep 17 00:00:00 2001 From: GinHa <15201596918@163.com> Date: Mon, 22 Jun 2026 10:12:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DUploadTask=E8=BE=B9=E7=95=8C?= =?UTF-8?q?=E7=AC=A6=E5=8F=B7BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- video-gen-api/app/models/upload_task.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/video-gen-api/app/models/upload_task.py b/video-gen-api/app/models/upload_task.py index 9d436411..6d50154d 100644 --- a/video-gen-api/app/models/upload_task.py +++ b/video-gen-api/app/models/upload_task.py @@ -26,4 +26,5 @@ class UploadTask(Base, TimestampMixin, SoftDeleteMixin): Text, nullable=True, comment="上传备注" ) oauth_id: Mapped[str] = mapped_column( - String(64), nullable=False, index=True, \ No newline at end of file + String(64), nullable=False, index=True, + ) \ No newline at end of file