use database constraints

... in bookshop, orders, reviews
+ update package.json and package-lock.json as db constraints
  requires latest cds
This commit is contained in:
Steffen Weinstock
2021-12-20 17:20:36 +01:00
parent 379ddc9fb0
commit a524e419db
6 changed files with 1621 additions and 1782 deletions

View File

@@ -18,6 +18,9 @@
"[production]": { "kind": "enterprise-messaging" }
},
"db": { "kind": "sql" }
},
"features": {
"assert_integrity": "db"
}
}
}