blacked-again

This commit is contained in:
doanguyen 2019-12-30 00:47:55 +01:00
parent 4b3453dce8
commit 3e766f8126
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ class User(db.Model, ModelMixin, UserMixin):
server_default=str(AliasGeneratorEnum.word.value),
)
notification = db.Column(
db.Boolean, default=True, nullable=False, server_default='1'
db.Boolean, default=True, nullable=False, server_default="1"
)
activated = db.Column(db.Boolean, default=False, nullable=False)