database changes

This commit is contained in:
Johannes Vogt
2025-03-21 16:40:46 +01:00
parent 49ca54ca82
commit e648b0072a
9 changed files with 128 additions and 161 deletions

View File

@@ -7,6 +7,7 @@
"index.cds"
],
"dependencies": {
"@cap-js/hana": "^1.7.0",
"@sap/cds": ">=5",
"express": "^4.17.1"
},
@@ -16,11 +17,17 @@
"cds": {
"requires": {
"messaging": {
"[development]": { "kind": "file-based-messaging" },
"[hybrid]": { "kind": "enterprise-messaging-shared" },
"[production]": { "kind": "enterprise-messaging" }
"[development]": {
"kind": "file-based-messaging"
},
"[hybrid]": {
"kind": "enterprise-messaging-shared"
},
"[production]": {
"kind": "enterprise-messaging"
}
},
"db": { "kind": "sql" }
"db": true
}
}
}
}