change default for "Controversial" value in user class

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-10-11 16:43:50 +02:00
parent d244124d47
commit d9253ddd67
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ class User(Base):
alt = Column(Boolean)
offsitementions = Column(Boolean, default=False, nullable=False)
frontsize = Column(Integer, default=25)
controversial = Column(Boolean, default=False)
controversial = Column(Boolean, default=True)
bio = deferred(Column(String))
bio_html = Column(String)
sig = deferred(Column(String))