Migration Scripts not supported for Mercurial?
muaddba
Posts: 18
After demoing SQL Source Control to my development team to much hoopla, I went about testing more advanced scenarios, including when a migration script would be necessary.
Oops! "Migration scripts are not supported for your source control system" is the message I receive. This is going to complicate our deployments somewhat. Is support of Mercurial for migration scripts being considered in the very near term?
Oops! "Migration scripts are not supported for your source control system" is the message I receive. This is going to complicate our deployments somewhat. Is support of Mercurial for migration scripts being considered in the very near term?
Comments
http://redgate.uservoice.com/forums/390 ... -mercurial
We hope to post an update on the status shortly.
Out of interest, what were the 'advanced scenarios' that you were testing?
David Atkinson
Product Manager
Red Gate
Product Manager
Redgate Software
The advanced scenarios weren't terribly advanced, things like changing the size of a column referenced by a foreign key, or adding a "not null" property to a column, both things that would normally cause SQLCompare to drop the column (and/or FKs) and recreate them, which could result in a loss of data.