The update script doesn't contain any SQL statements. Skipping the update.
brucevanhorn2
Posts: 6 Bronze 1
I'm using Team City and Octopus Deploy with DLM and recently my database developer started complaining that the deploys we were getting were incomplete. I synced a test database with our dev database, which is the target for the deployment, and I changed the test database (one stored proc) and checked it in. I can see the change in Team City's artifacts. I can see the change in the nuget package, and all indications show it gets sent to the target database server. When DLM runs against that package it succeeds, but the changes aren't there. Inspecting the logs I can see "The update script doesn't contain any SQL statements. Skipping the update." I have no idea what to check next. Can anyone give me some guidance?
Comments
/*
This script is empty because the Target and Source schemas are identical.
*/
My suggestion to make few modifications to your database schema, then try building the release package.