This repository was archived by the owner on Jul 14, 2023. It is now read-only.

Description
In package.json is possible deploy in another schema at change de config, but when it is generate build mta, the archive generated schema "default".
{
...
"cds": {
"migrations": {
"db": {
"schema": {
"default": "S4Q", // Here Change
"clone": "_cdsdbm_clone",
"reference": "_cdsdbm_ref"
},
"deploy": {
"tmpFile": "tmp/_autodeploy.json",
"undeployFile": "db/undeploy.json"
}
}
}
}
}