Disable a single migration from a set of migrations
AlbertWong
Posts: 7 New member
Hello,
I'm using SQL Change Automation to handle our database deployments. During development, I've created a number of database migrations. How do I disable one migration so it isn't considered when deploying to a database. Basically, I'm offloading the running of the particular migration to a DBA since the DBA needs to do some manual work on the database to support the deployment anyway. Can I delete the particular lines from the DeploymentOrder.json file?
Tagged:
Answers
To clarify, is your requirement to prevent that single migration from deploying *after* having created the Release Artifact?
Kendra