Merge pull request #686 from thsrite/main

This commit is contained in:
jxxghp
2023-09-28 12:39:12 +08:00
committed by GitHub
6 changed files with 350 additions and 3 deletions

View File

@ -35,6 +35,8 @@ class DownloadHistory(Base):
torrent_description = Column(String)
# 种子站点
torrent_site = Column(String)
# 下载用户
userid = Column(String)
# 附加信息
note = Column(String)