fddf
This commit is contained in:
parent
0ff5dab884
commit
e5d8969023
17 changed files with 107 additions and 46 deletions
|
@ -81,6 +81,7 @@ class User(Base):
|
|||
nitter = Column(Boolean)
|
||||
mute = Column(Boolean)
|
||||
unmutable = Column(Boolean)
|
||||
eye = 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