schemachange
schemachange copied to clipboard
Adding Skip Failures parameter for proceeding to the next script even if the previous script failed
Is your feature request related to a problem? Please describe. I'm using SchemaChange as part of Azure DevOps Pipeline where I'm trying to deploy several sql scripts. In most of my cases the scripts have no dependencies between each other, but SchemaChange stops deployment on the first failure and doesn't proceed with the other scripts.
Describe the solution you'd like Adding new parameter "Skip Failures" Y/N (True/False) will be helpful in that case, so the deployment process will deploy all the possible scripts without stopping after the first failure.
Thanks.