mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-07-10 23:11:47 +08:00
fix db
This commit is contained in:
@@ -12,7 +12,7 @@ class Subscribe(Base):
|
||||
"""
|
||||
订阅表
|
||||
"""
|
||||
id = get_id_column()
|
||||
id = get_id_column('subscribe')
|
||||
# 标题
|
||||
name = Column(String, nullable=False, index=True)
|
||||
# 年份
|
||||
|
||||
Reference in New Issue
Block a user