fds
This commit is contained in:
parent
3e94cc99f5
commit
06e721110d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue