migrating-ravens / RavenMigrations

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

Migration classes that begin with an underscore or contain multiple adjacent underscores get re-migrated #20

Closed rogersillito closed 5 years ago

rogersillito commented 9 years ago

When this happens the migration runner doesn't pick these up as already applied in the list of MigrationDocuments. As a result the problem migration keeps getting re-applied. I fixed this in my fork - https://github.com/khalidabuhakmeh/RavenMigrations/pull/19# (https://github.com/rogersillito/RavenMigrations/commit/1a84e258370997703bc7ee0a9b977e552a152af9)

dportzline83 commented 9 years ago

Resolved by #19 / #35