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