mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
fix db
This commit is contained in:
@@ -12,7 +12,7 @@ class TransferHistory(Base):
|
||||
"""
|
||||
整理记录
|
||||
"""
|
||||
id = get_id_column()
|
||||
id = get_id_column('transferhistory')
|
||||
# 源路径
|
||||
src = Column(String, index=True)
|
||||
# 源存储
|
||||
|
||||
Reference in New Issue
Block a user