sfdsdf
This commit is contained in:
parent
37233257ca
commit
cb87196eee
111 changed files with 682 additions and 339 deletions
|
@ -42,6 +42,7 @@ class User(Base):
|
|||
theme = Column(String, default=defaulttheme)
|
||||
themecolor = Column(String, default=defaultcolor)
|
||||
cardview = Column(Boolean, default=cardview)
|
||||
oldsite = Column(Boolean)
|
||||
song = Column(String)
|
||||
highres = Column(String)
|
||||
profileurl = Column(String)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue