I\'m using Migrator.NET to manage schema changes on our production environment. Because I\'ve been using EF code-first, all development to the database has been incremental to the code-first classes a
Is there any way to rollback to a specific version using Migrator.NET? I\'m running migrations on a SQL Server 2005 database using MSBuild;
I\'m trying to use migratordotnet for existing database. My database has around 100 tables and I\'m trying to generate initial migration.
I\'m using Migrator.NET with a DB2 database and my current migration executes an ALTER TABLE statement, which causes the table to go into the \"reorg pending state\". This state requires the reorganis
I am using migratordotnet to sync my SQLServer 2008 database and need to create a column of type Text...
Brief introduction: I have this ASP.NET Webforms site with the particularity that it doesn\'t have only 1 database, it has many.
Can someone point me in the right 开发者_StackOverflow中文版direction for creating indexes when using MigratorDotNet?
Could I use migrator.net bare migration framework and just have a set of SQ开发者_JAVA技巧L files to do the upgrade/downgrade? i.e. just use the framework to check database version and which scripts t
I want to introduce database migrations into my project and would like to be able to ge开发者_Go百科nerate my initial migration scripts from the database. I was wondering if there are any code generat
I have a project that I am working on that requires the use of the Mysql Connector for NHibernate, (Mysql.Data.dll). I also want to reference another project (Migrator.NET) in the same project. The pr