修复UploadTask边界符号BUG

This commit is contained in:
2026-06-22 10:12:37 +08:00
parent 563e15d53c
commit f62dd8bf67
+2 -1
View File
@@ -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,
String(64), nullable=False, index=True,
)