mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-21 22:13:31 -07:00
Fix seed data
This commit is contained in:
parent
0cfa6900ca
commit
57d948a8b1
1 changed files with 2 additions and 0 deletions
|
@ -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, [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue