How can we help you today? How can we help you today?
maturmel
I have setup a simple test scenario, where I have a source-controlled database with two tables. I've linked the database and then committed it, and then immediately branched the result in Vault. I now have two branches of the same DB. I linked and did Get Latest on second branch (B2) and all went well. I then returned to B1 and did a schema change to which I attached a migration script. I added an INSERT statement at the end of the migration script. Committed the change to B1. Merged the change from B1 to B2. Then I opened SQL Compare to generate my script. The migration script part is not getting picked up. I can see the migration script in B2 through SSC as well as in Vault, but for some reason when trying to generate scripts from version X to latest, it will be ignored even through it is part of the changesets interval selected in SQL Compare. Same thing when initiating the comparison from SSC (with the Deploy/Schema menu). Not sure if there's something I'm doing wrong or if it just fails in considering the migration scripts to build up the production compare script. I will try to leave the migration scripts folder as 'shared' between the branches - from the documentation and tooltips when initially installing SSC 3.0 it seems like it was recommended to avoid branching the migration scripts folder. I will see how that reacts in my branched DB scenario. Any clues/directions/suggestions also appreciated. Thanks Marc / comments
I have setup a simple test scenario, where I have a source-controlled database with two tables. I've linked the database and then committed it, and then immediately branched the result in Vault. I ...
0 votes