Activity overview
Latest activity by Daulet
brucevanhorn2 wrote: »
I know this doesn't help you, but I'm having the same problem. I have a very different setup though. In my case DLM is just ignoring my changes. I can see them in the octopus package (I use team city and octopus deploy) but it just breezes past the changes and says "There are no sql statements in the update script".
I had to merge schema change manually then I got schema error for DLM Sync. I removed IgnoreChecks from options and it helped for that case but I am not sure if it works for DLM Build. https://documentation.red-gate.com/display/SC12/Options+used+in+the+command+line#Optionsusedinthecommandline-IgnoreChecks / comments
brucevanhorn2 wrote: »
I know this doesn't help you, but I'm having the same problem. I have a very different setup though. In my case DLM is just ignoring my changes. I can see them in the ...
Build doesn't see schema changes
Hello,
I have the database called MyDB. In it I have a table MyDB.cfg.App_Module. I made a change in that table to add SecurityAdmin column. In the same changeset (I use TFS) I changed a stored pro...
Custom migration scripts causing build fails
Hello,
We are using SQL SourceControl, DLM Automation tools and TeamCity. When we add migration script under Custom Script directory. DLM Automation Build starts complaining about existing schema, ...