undefer css (1 less query)

remotes/1693045480750635534/spooky-22
Aevann1 2022-06-26 07:39:46 +02:00
parent 1367d944da
commit 2a8b7bf281
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ class User(Base):
unblockable = Column(Boolean)
bird = Column(Integer)
email = deferred(Column(String))
css = deferred(Column(String))
css = Column(String)
profilecss = deferred(Column(String))
passhash = deferred(Column(String))
post_count = Column(Integer, default=0)