by Frank Perez
October 16, 2012
It has been a couple of months since I first released the Fluent Migrator Class Generator utility. In that time there has been several updates to the Fluent Migrator project on GitHub so this release addresses some of the changes.
The first enhancement is an optional Profile setting. A Profile is a Migration Class Attribute that can be used by the Migration Runner to filter which migrations will be performed. For example, you might have migrations that should only run on the Developer Test Database. See the Fluent Migrator Profile Wiki for more information.
The second enhancement is also optional. It is a Tags setting. Tags are also a Migration Class Attribute that can be used by the Migration Runner to filter which migrations will be performed. See the Fluent Migrator Tags Wiki for more information.
The final modification is a change in the way that unique constraints / indexes are handled. In the previous version the Create.Index expression was used.

To be compatible with Fluent Migrator v1.0.3.0, the Create.UniqueConstraint expression must be used.

An updated version of this application can be downloaded from http://pfsolutions-mi.com/Product/FluentMigratorClassGenerator.
f06d9076-fcd2-4096-8288-fe1badb7848b|0|.0
Keywords:
Filed Under: .NET | FMG