patricknelson/silverstripe-migrations

Abstract migration classes.

patricknelson opened this issue · 0 comments

Need to ensure it's possible to have abstract descendants of Migration class so that custom functionality can be setup. Just need to ensure MigrateTask uses reflection to determine if the class is abstract or not (since instantiating it would cause fatal errors).