mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
Merge remote-tracking branch 'upstream/dev' into feature/db
This commit is contained in:
@@ -13,6 +13,8 @@ class SiteUserData(Base):
|
||||
id = Column(Integer, Sequence('id'), primary_key=True, index=True)
|
||||
# 站点域名
|
||||
domain = Column(String, index=True)
|
||||
# 站点名称
|
||||
name = Column(String)
|
||||
# 用户名
|
||||
username = Column(String)
|
||||
# 用户ID
|
||||
|
||||
Reference in New Issue
Block a user