dataplat / dbops

⚙ dbops - Powershell module that provides continuous database deployments on any scale
MIT License
157 stars 39 forks source link

Support WithTransactionAlwaysRollback deployment method #153

Closed nvarscar closed 1 year ago

nvarscar commented 1 year ago

The method is implemented here and allows to always roll back a deployment.

https://github.com/DbUp/DbUp/blob/b134a35eefaa349aa7c4b00c8141e46750b927c9/src/dbup-core/Builder/StandardExtensions.cs#L779

nvarscar commented 1 year ago

Resolved in https://github.com/dataplat/dbops/pull/154