You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
patricknelson
changed the title
FIX Ensure checking class exists before instantiation
BUG Ensure checking class exists before instantiation
Jan 27, 2022
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.The text was updated successfully, but these errors were encountered: