mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-04 23:17:20 +08:00
fix db
This commit is contained in:
@@ -8,7 +8,7 @@ class UserConfig(Base):
|
||||
"""
|
||||
用户配置表
|
||||
"""
|
||||
id = get_id_column()
|
||||
id = get_id_column('userconfig')
|
||||
# 用户名
|
||||
username = Column(String, index=True)
|
||||
# 配置键
|
||||
|
||||
Reference in New Issue
Block a user