This commit is contained in:
Aevann1 2022-01-14 14:11:59 +02:00
parent eef0ee33a8
commit 4d31d76b2f
4 changed files with 1 additions and 39 deletions

View file

@ -41,10 +41,8 @@ class User(Base):
customtitleplain = deferred(Column(String))
titlecolor = Column(String, default=defaultcolor)
theme = Column(String, default=defaulttheme)
theme2 = Column(String, default='theme-iron dark')
themecolor = Column(String, default=defaultcolor)
cardview = Column(Boolean, default=cardview)
oldsite = Column(Boolean, default=True)
song = Column(String)
highres = Column(String)
profileurl = Column(String)
@ -55,7 +53,6 @@ class User(Base):
marseyawarded = Column(Integer)
longpost = Column(Integer)
unblockable = Column(Boolean)
compact = Column(Boolean)
bird = Column(Integer)
email = deferred(Column(String))
css = deferred(Column(String))