This commit is contained in:
jxxghp
2025-08-19 11:53:59 +08:00
parent 15833f94cf
commit 4bc24f3b00
16 changed files with 20 additions and 23 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ class DownloadHistory(Base):
"""
下载历史记录
"""
id = get_id_column('downloadhistory')
id = get_id_column()
# 保存路径
path = Column(String, nullable=False, index=True)
# 类型 电影/电视剧
@@ -188,7 +188,7 @@ class DownloadFiles(Base):
"""
下载文件记录
"""
id = get_id_column('downloadfiles')
id = get_id_column()
# 下载器
downloader = Column(String)
# 下载任务Hash