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 Site(Base):
|
||||
"""
|
||||
站点表
|
||||
"""
|
||||
id = get_id_column('site')
|
||||
id = get_id_column()
|
||||
# 站点名
|
||||
name = Column(String, nullable=False)
|
||||
# 域名Key
|
||||
|
||||
Reference in New Issue
Block a user