microsoft / durabletask-mssql

Microsoft SQL storage provider for Durable Functions and the Durable Task Framework
MIT License
87 stars 32 forks source link

Automate database schema upgrade testing #192

Closed cgillum closed 9 months ago

cgillum commented 1 year ago

Currently, this is a semi-manual process as documented here. It needs to be fully automated and running in the CI to make it easier to validate DB schema changes.

cgillum commented 9 months ago

Duplicate of https://github.com/microsoft/durabletask-mssql/issues/152.