forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-11-04 19:02:21 +02:00
parent 9609ae1cf0
commit 1c9f308a6f
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class User(Base):
frontsize = Column(Integer, default=25)
controversial = Column(Boolean, default=False)
bio = Column(String)
bio_html = deferred(Column(String))
bio_html = Column(String)
sig = Column(String)
sig_html = Column(String)
friends = Column(String)