mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-04 23:17:20 +08:00
fix db
This commit is contained in:
@@ -11,7 +11,7 @@ class SiteStatistic(Base):
|
||||
"""
|
||||
站点统计表
|
||||
"""
|
||||
id = get_id_column()
|
||||
id = get_id_column('sitestatistic')
|
||||
# 域名Key
|
||||
domain = Column(String, index=True)
|
||||
# 成功次数
|
||||
|
||||
Reference in New Issue
Block a user