-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cds deploy - don't generate datas since 1.11 version #1014
Comments
This is really an epic fail.
which cannot work with the preset from
where was added and therefore the whole plugin is broken. |
+1 |
+1 I also stumbled upon this issue in the last days on setting up a new application with postgres with version 1.11. "cds": {
"requires": {
"kinds": {
"postgres": {
"kind": "postgres"
}
},
...
} With this workaround the cds build command was executing the additional tasks. |
thanks for reporting. :) I will release a patch containing the fix. |
CDS DEPLOY don't generate file
Since version 1.11, the cds deploy command don't deploy data into folder destination.
When I put the package back in version 1.10.5, the cds_build command generates the folder (db) and files for deployment
Detailed steps to reproduce
@cap-js/postgres: 1.10.5
@cap-js/postgres: 1.11
Details about your project
The text was updated successfully, but these errors were encountered: