silverstripe-migrations
silverstripe-migrations copied to clipboard
BUG Ensure checking class exists before instantiation
Ensure class_exists()
check is run first on the migration class before instantiating. Useful in case migrations end up being consolidated or removed and user attempts to roll back a cluster of migrations where one of them may not exist anymore.