johanclasson / vso-agent-tasks

Build and Release Tasks for Visual Studio Online and Team Foundation Server
MIT License
20 stars 16 forks source link

DbUp Migration - custom schema for journaling #55

Closed CasperWSchmidt closed 5 years ago

CasperWSchmidt commented 5 years ago

We have (or going to have) a few databases on Azure. Each database will contain multiple schemas, one for each service needing a SQL DB. I would like to have each service completely isolated in its own schema - and at the same time avoid possible collisions - by having a _schemaVersion table in each schema instead of a single table in dbo for all services in the same database. Default should probably still be dbo but an option to change it would be much appreciated.

johanclasson commented 5 years ago

Thanks for sending the PR!