fix hana deploy-format configuration (#392)

Co-authored-by: Christian Georgi <chgeo@users.noreply.github.com>
This commit is contained in:
Lothar Bender
2022-08-26 14:34:43 +02:00
committed by GitHub
parent 37538a368c
commit a0d5355f7d

View File

@@ -43,10 +43,10 @@
"[production]": { "[production]": {
"model": "db/hana" "model": "db/hana"
} }
},
"hana": {
"deploy-format": "hdbtable"
} }
},
"hana": {
"deploy-format": "hdbtable"
} }
} }
} }