fdfd
This commit is contained in:
parent
0e246b0267
commit
59bc1ec102
17 changed files with 95 additions and 186 deletions
|
@ -82,6 +82,7 @@ class User(Base):
|
|||
mute = Column(Boolean)
|
||||
unmutable = Column(Boolean)
|
||||
eye = Column(Boolean)
|
||||
alt = Column(Boolean)
|
||||
frontsize = Column(Integer, default=25)
|
||||
controversial = Column(Boolean, default=False)
|
||||
bio = deferred(Column(String))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue