migrating-ravens / RavenMigrations

A small migrations framework to help you manage your RavenDB Instance.
MIT License
53 stars 24 forks source link

New option to use alternative migration to MigrationDocument id conversion #30

Closed rogersillito closed 6 years ago

rogersillito commented 9 years ago

The alternative conversion is set in MigrationOptions, if required.

Existing GetMIgrationIdFromName method (still the default conversion) is no longer an extension of Migration - this is now assigned as the conversion delegate in Migration Options

JudahGabriel commented 6 years ago

Closed, as we've done some heavy work in migrating to .NET Core 2.1 and Raven 4. If you feel this is still important, I'd be glad to look at migrating this to the new codebase, and would certainly accept a PR in that regard.