Passing SkipPreUpdateSchemaCheck to Azure Devops "Deploy database changes from a release artifact"
Bugmeister
Posts: 21 New member
Hi,
Is there any way to pass the SkipPreUpdateSchemaCheck to the redgate Azure Devops "Deploy database changes from a release artifact"? It has a checkbox for "Skip post update schema check" but not for the pre-schema check.
Thanks
Peter
Is there any way to pass the SkipPreUpdateSchemaCheck to the redgate Azure Devops "Deploy database changes from a release artifact"? It has a checkbox for "Skip post update schema check" but not for the pre-schema check.
Thanks
Peter
Best Answer
-
Sergio R Posts: 610 Rose Gold 5Hi Peter,
Currently, it is not possible to do that on the add-on.
You can do this in Azure DevOps by using a Powershell step instead of the add-on.
https://documentation.red-gate.com/sca/reference/powershell-cmdlets/use-databasereleaseartifact
If you wish, you can also suggest this as an enhancement in the SQL Change Automation Uservoice forum:
https://redgate.uservoice.com/forums/267000-sql-change-automation
Kind Regards,Sergio
Product Support Engineer
Redgate Software Ltd
Please see our Help Center for detailed guides on how to use our tools
Answers