mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-28 11:37:23 +08:00
fix db
This commit is contained in:
@@ -8,7 +8,7 @@ class PluginData(Base):
|
||||
"""
|
||||
插件数据表
|
||||
"""
|
||||
id = get_id_column('plugindata')
|
||||
id = get_id_column()
|
||||
plugin_id = Column(String, nullable=False, index=True)
|
||||
key = Column(String, index=True, nullable=False)
|
||||
value = Column(JSON)
|
||||
|
||||
Reference in New Issue
Block a user