This commit is contained in:
Aevann1 2021-12-19 15:01:28 +02:00
parent 37233257ca
commit cb87196eee
111 changed files with 682 additions and 339 deletions

View file

@ -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)