migrating-ravens / RavenMigrations

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

Added additional filter when finding all migration classes: now requi… #29

Closed rogersillito closed 9 years ago

rogersillito commented 9 years ago

Added additional filter when finding all migration classes: now requires both the migration class to inherit from Migration, and to be decorated with MigrationAttribute

This fixes Issue #18 - and separates out the fix from existing pull request 19 (multiple underscores).