Using upserts for initial data

This commit is contained in:
Daniel
2022-12-20 13:31:07 +01:00
parent 28cfceeaf0
commit f3965ac697
5 changed files with 21 additions and 15 deletions

View File

@@ -34,7 +34,8 @@
}
},
"db": {
"kind": "sql"
"kind": "sql",
"schema_evolution": "auto"
},
"db-ext": {
"[development]": {