Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG Ensure checking class exists before instantiation #16

Open
patricknelson opened this issue Jan 26, 2022 · 0 comments
Open

BUG Ensure checking class exists before instantiation #16

patricknelson opened this issue Jan 26, 2022 · 0 comments

Comments

@patricknelson
Copy link
Owner

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 patricknelson changed the title FIX Ensure checking class exists before instantiation BUG Ensure checking class exists before instantiation Jan 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant