Posts
Sort by recent activity
Generated migration script doesn't include statement to create a new schema
I did this in 2 different databases, each of which has its own SCA project:CREATE SCHEMA fooCREATE TABLE foo.bar(id INT)In one project, SCA generated statements to create foo and also to create foo...
The enclosing transaction seems really long
We've been using SCA + Visual Studio successfully for a few years now. We also use git and Azure Dev Ops for deployments. I understand SCA automatically wraps everything in a transaction during a...
Diagnose: "Unable to deploy. Ensure package to deploy is a '.ps1' file."
I've set up a ReadyRoll build in VSTS and it reports success. I set up a ReadyRoll deployment in VSTS alsoI selected the package to deploy using the "..." however the release always fails with this...