How can we help you today? How can we help you today?
DavidRG

Activity overview

Latest activity by DavidRG

Hi Greg, Migrations V1 used extended properties -- called "SQLSourceControl Database Revision" and "SQLSourceControl Scripts Location" Whereas, Migrations V5 now uses a table instead -- called "DeploymentMetadata" in the schema "RedGateLocal". We are in the process of transitioning all of our tools away from Migrations V1 and on to Migrations V5 (there is an upgrade process in SQL Source Control 5 where you can upgrade any migration scripts that are in the old format if you've got any). What you're observing is an effect of us removing some of the Migrations V1 code but not all of it -- basically when SQL Compare goes down the new Migrations V5 code path it doesn't add the extended properties, but when it goes down the old Migrations V1 code path it does add them. It should be fine that the extended properties are sometimes missing, by which I mean, it shouldn't cause any problems to automated database deployments. If you observe any weird behaviour with the extended properties being missing then get back in touch, and we'll investigate [image] If you're relying on the extended properties yourself in your own code, then you should now start relying on the DeploymentMetadata table -- it's documented at https://documentation.red-gate.com/disp ... ntMetadata / comments
Hi Greg, Migrations V1 used extended properties -- called "SQLSourceControl Database Revision" and "SQLSourceControl Scripts Location" Whereas, Migrations V5 now uses a table instead -- called "Dep...
0 votes
Hi, This can also occur if you've disabled JavaScript for the DLM Dashboard site -- if you've got NoScript running (or anything else that could block JavaScript), can you please try again, this time allowing JavaScript? Thanks! David / comments
Hi, This can also occur if you've disabled JavaScript for the DLM Dashboard site -- if you've got NoScript running (or anything else that could block JavaScript), can you please try again, this tim...
0 votes
This blog post should hopefully answer your questions: http://blog.red-gate.com/ship-dlm-dashboard-beta/ Please let me know if you need any more information [image] / comments
This blog post should hopefully answer your questions: http://blog.red-gate.com/ship-dlm-dashboard-beta/ Please let me know if you need any more information
0 votes