pause,unpausable
This commit is contained in:
parent
0cdc4dbe16
commit
eaab62697a
7 changed files with 143 additions and 25 deletions
|
@ -76,6 +76,8 @@ class User(Base):
|
|||
newtabexternal = Column(Boolean, default=True)
|
||||
oldreddit = Column(Boolean, default=True)
|
||||
nitter = Column(Boolean)
|
||||
mute = Column(Boolean)
|
||||
unmutable = Column(Boolean)
|
||||
frontsize = Column(Integer, default=25)
|
||||
controversial = Column(Boolean, default=False)
|
||||
bio = Column(String)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue