Moving lifetime + age to where it is used

Signed-off-by: Daniel <daniel.hutzel@sap.com>
This commit is contained in:
Daniel
2021-11-24 19:30:47 +01:00
committed by Daniel Hutzel
parent 33380c0792
commit 19b680ab3d
6 changed files with 13 additions and 20 deletions

View File

@@ -29,6 +29,15 @@
"[development]": { "kind": "file-based-messaging" },
"[hybrid!]": { "kind": "enterprise-messaging-shared" }
},
"db": {
"kind": "sql",
"[development]": {
"model": "db/sqlite"
},
"[production]": {
"model": "db/hana"
}
},
"hana": {
"deploy-format": "hdbtable"
}