migratordotnet
Is it possible to use EF codefirst database initialisers in Migrator .NET migrations?
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[详细]
2023-04-06 21:02 分类:问答How to migrate to specific version using Migrator.NET
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;[详细]
2023-01-26 18:05 分类:问答Migratordotnet creating initial migration
I\'m trying to use migratordotnet for existing database. My database has around 100 tables and I\'m trying to generate initial migration.[详细]
2023-01-23 09:37 分类:问答DB2 REORG TABLE from client side with Migrator.NET
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[详细]
2023-01-20 20:10 分类:问答MigratorDotNet and Text Datatype on SQL Server 2008
I am using migratordotnet to sync my SQLServer 2008 database and need to create a column of type Text...[详细]
2023-01-13 18:26 分类:问答.NET migrations: Setup and migrate multiple databases at runtime
Brief introduction: I have this ASP.NET Webforms site with the particularity that it doesn\'t have only 1 database, it has many.[详细]
2023-01-07 14:33 分类:问答How do you add indexes to databases with MigratorDotNet?
Can someone point me in the right 开发者_StackOverflow中文版direction for creating indexes when using MigratorDotNet?[详细]
2023-01-04 00:15 分类:问答MitratorDotNet (Migrator.Net) - Can I use with just bare SQL up/down migration files?
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[详细]
2022-12-22 02:13 分类:问答database migration code generator
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[详细]
2022-12-21 01:52 分类:问答Two different assembly versions "The located assembly's manifest definition does not match the assembly reference"
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[详细]
2022-12-20 06:46 分类:问答