silverstripe-migrations icon indicating copy to clipboard operation
silverstripe-migrations copied to clipboard

BUG Ensure checking class exists before instantiation

Open patricknelson opened this issue 3 years ago • 0 comments

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.

patricknelson avatar Jan 26 '22 02:01 patricknelson