mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-05-16 13:55:28 +08:00
fix db
This commit is contained in:
@@ -9,7 +9,7 @@ class SystemConfig(Base):
|
||||
"""
|
||||
配置表
|
||||
"""
|
||||
id = get_id_column()
|
||||
id = get_id_column('systemconfig')
|
||||
# 主键
|
||||
key = Column(String, index=True)
|
||||
# 值
|
||||
|
||||
Reference in New Issue
Block a user