Fix seed data

This commit is contained in:
Antoine Bertin 2021-04-28 01:23:33 +02:00
commit 57d948a8b1
No known key found for this signature in database
GPG key ID: 09851B52754E2327

View file

@ -268,6 +268,8 @@ def upgrade():
op.bulk_insert(groups_table, [
{
"name": settings.DEFAULT_GROUP,
"webhook_enable": False,
"webhook_time": "00:00",
},
])
op.bulk_insert(users_table, [