fds
This commit is contained in:
parent
0f1ca229d8
commit
a781e551b4
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ class User(Base):
|
|||
flairchanged = Column(Integer)
|
||||
newtab = Column(Boolean, default=False)
|
||||
newtabexternal = Column(Boolean, default=True)
|
||||
reddit = Column(String)
|
||||
reddit = Column(String, default='old.reddit.com')
|
||||
nitter = Column(Boolean)
|
||||
mute = Column(Boolean)
|
||||
unmutable = Column(Boolean)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue