migrating-ravens / RavenMigrations

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

Migration version changed from int64 to int32 #49

Closed espenrl closed 5 years ago

espenrl commented 5 years ago

image

We have taken a dependency on using version numbers above the int32 range. This is now hindering us upgrading from v2 to v4. Is it possible to change it back to int64?

JudahGabriel commented 5 years ago

Yeah, alright, we can change that. I'll do that today.

JudahGabriel commented 5 years ago

Fixed. I've updated the source and published a new NuGet package with the update.

espenrl commented 5 years ago

That was fast. Thank you!

espenrl commented 5 years ago

Just tested it and it works fine. MigrationOptions.ToVersion is still int32 though.

JudahGabriel commented 5 years ago

Ah, that's what I get for "fixing" it so fast. :-) Try now? Nuget package 4.1.4 should have the fix, including ToVersion supporting longs.