remotes/1693045480750635534/spooky-22
Aevann1 2021-12-20 00:46:53 +02:00
parent 00a2850a3d
commit 99b05da1e6
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ class User(Base):
customtitleplain = deferred(Column(String))
titlecolor = Column(String, default=defaultcolor)
theme = Column(String, default=defaulttheme)
theme2 = Column(String, default=defaulttheme)
themecolor = Column(String, default=defaultcolor)
cardview = Column(Boolean, default=cardview)
oldsite = Column(Boolean)