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

@@ -0,0 +1,10 @@
{
"cds": {
"requires": {
"db": {
"kind": "sql",
"schema_evolution": "auto"
}
}
}
}