FluentMigrator 1.1.2.1

FluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will run all necessary migrations in order to bring your database up to that version. In addition to forward migration support, FluentMigrator also supports different ways to execute the migrations along with selective migrations called profiles and executing arbitrary SQL.

Showing the top 20 packages that depend on FluentMigrator.

Packages Downloads
FluentMigrator.Runner.Core
FluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will run all necessary migrations in order to bring your database up to that version. In addition to forward migration support, FluentMigrator also supports different ways to execute the migrations along with selective migrations called profiles and executing arbitrary SQL.
20
FluentMigrator.Runner.Core
FluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will run all necessary migrations in order to bring your database up to that version. In addition to forward migration support, FluentMigrator also supports different ways to execute the migrations along with selective migrations called profiles and executing arbitrary SQL.
21
FluentMigrator.Runner.SQLite
FluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will run all necessary migrations in order to bring your database up to that version. In addition to forward migration support, FluentMigrator also supports different ways to execute the migrations along with selective migrations called profiles and executing arbitrary SQL.
19
FluentMigrator.Runner.SQLite
FluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will run all necessary migrations in order to bring your database up to that version. In addition to forward migration support, FluentMigrator also supports different ways to execute the migrations along with selective migrations called profiles and executing arbitrary SQL.
23
FluentMigrator.Runner.SQLite
FluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will run all necessary migrations in order to bring your database up to that version. In addition to forward migration support, FluentMigrator also supports different ways to execute the migrations along with selective migrations called profiles and executing arbitrary SQL.
26
FluentMigrator.Runner.SqlServer
FluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will run all necessary migrations in order to bring your database up to that version. In addition to forward migration support, FluentMigrator also supports different ways to execute the migrations along with selective migrations called profiles and executing arbitrary SQL.
17
FluentMigrator.Runner.SqlServer
FluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will run all necessary migrations in order to bring your database up to that version. In addition to forward migration support, FluentMigrator also supports different ways to execute the migrations along with selective migrations called profiles and executing arbitrary SQL.
21
FluentMigrator.Runner.SqlServer
FluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will run all necessary migrations in order to bring your database up to that version. In addition to forward migration support, FluentMigrator also supports different ways to execute the migrations along with selective migrations called profiles and executing arbitrary SQL.
38

Newly added description feature was declared in the Migration as String(int.MaxValue), which caused issues on some processors like MySqlProcessor because of missing type map or just not possible. We've changed the migration so it now declares it as : AsString(1024) which should cause no issues. Even if you where using 1.1.2 before on a supported db like for instance SqlServer. From now on even if you don't provide a description in your migration attribute the description column contains the migration class name.

This package has no dependencies.

Version Downloads Last updated
5.2.0 25 07/23/2024
5.1.0 21 07/23/2024
5.0.0 26 07/23/2024
3.3.2 20 02/19/2024
3.3.1 20 07/23/2024
3.3.0 27 07/23/2024
3.2.17 26 07/23/2024
3.2.16 26 07/23/2024
3.2.15 18 07/23/2024
3.2.14 19 07/23/2024
3.2.11 26 07/23/2024
3.2.10 17 07/23/2024
3.2.9 25 07/23/2024
3.2.8 21 07/23/2024
3.2.7 27 07/23/2024
3.2.6 22 07/23/2024
3.2.1 30 07/23/2024
3.2.0 28 07/23/2024
3.1.3 23 07/23/2024
3.1.2 28 07/23/2024
3.1.1 23 07/23/2024
3.1.0 19 07/23/2024
3.0.0 20 07/23/2024
2.0.7 25 07/23/2024
2.0.6 26 07/23/2024
2.0.5 23 07/23/2024
2.0.4 26 07/23/2024
2.0.3 21 07/23/2024
2.0.2 20 07/23/2024
2.0.1 20 07/23/2024
2.0.0 21 07/23/2024
1.6.2 25 07/23/2024
1.6.1 24 07/23/2024
1.6.0 25 07/23/2024
1.5.1 23 07/23/2024
1.5.0 30 07/23/2024
1.4.0 20 07/23/2024
1.3.1 18 07/23/2024
1.3.0 21 07/23/2024
1.2.1 22 07/23/2024
1.2.0 29 07/23/2024
1.1.2.1 22 07/23/2024
1.1.2 23 07/23/2024
1.1.1 27 07/23/2024
1.1.0 27 07/23/2024
1.0.6 20 07/23/2024
1.0.5 21 07/23/2024
1.0.4 21 07/23/2024
1.0.3 18 07/23/2024
1.0.2 23 07/23/2024
1.0.1 22 07/23/2024
0.9.2 25 07/23/2024
0.9.1 31 07/23/2024
0.9.0 29 07/23/2024