mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-07-08 00:01:27 +08:00
fix db
This commit is contained in:
@@ -11,7 +11,7 @@ class Message(Base):
|
||||
"""
|
||||
消息表
|
||||
"""
|
||||
id = get_id_column()
|
||||
id = get_id_column('message')
|
||||
# 消息渠道
|
||||
channel = Column(String)
|
||||
# 消息来源
|
||||
|
||||
Reference in New Issue
Block a user