Settings and activity
2 results found
-
5 votes
An error occurred while saving the comment saul supported this idea · -
94 votes
As we noted in https://redgate.uservoice.com/forums/39019-sql-source-control/suggestions/2299881-migrations-support-for-git-mercurial, we have stopped work on Migrations v2 beta.
Unfortunately, there are currently no plans to include migration script rollbacks alongside the forward migration scripts, but we are still watching this request with interest.
An error occurred while saving the comment saul commentedThis is a serious needed feature. this feature as doug said exists in Code First in EF.
saul supported this idea ·
David, are there any examples on how to do this, in particular our use case is the following:
A vendor deploys a database every day in a particular server, then we get the schema out of this database, and have to manually alter our local database (the one that is linked to SQL Source Control) and commit all changes, then push these commits to Github (also using SQL Source control and or Git bash), how can we do the commit part using cmdlets?, I guess that I could make the database changes to my local following the same steps we do for any release to an environment, however I'm unable to find an example on how to commit these changes to my sql source control working directory :)