migrating-ravens / RavenMigrations

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

Allow custom migration version numbering #37

Closed absynce closed 8 years ago

absynce commented 8 years ago

Similar to FluentMigrator, MigrationAttribute could optionally be inherited using a custom attribute.

This would create a generic solution for @brunomlopes' alternative version scheme in #25.

dportzline83 commented 8 years ago

Not a bad idea. I'm not following this project much anymore as I've been moved onto something else at work now. I'm happy to make anyone a collaborator/owner that wants to continue moving this forward.

absynce commented 8 years ago

@dportzline83 thanks for the quick response! I think the change is rather simple to allow. I've created a fork and trying my changes now. If it works I'll create a PR.

If you'd rather me take over as a collab/owner, I'm willing to help. I'm in a similar situation in that most of my time spent on this is at work. So if my priorities are shifted, I wouldn't be able to spend as much time on it.