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

Phantom migrations status rake task #35

Merged
merged 6 commits into from Jan 3, 2024
Merged

Conversation

ka8725
Copy link
Member

@ka8725 ka8725 commented Dec 30, 2023

Closes #34

Add a rake task that shows a list of all phantom migrations along with their statuses. This task can come in handy when you don't want to run db:migrate task or roll back the phantom migrations, but want to just display them. This brings more visibility to what's going on behind the scenes.

This is an example of this rake task execution along with its output:

image

@ka8725 ka8725 merged commit 8b1ba16 into main Jan 3, 2024
5 checks passed
@ka8725 ka8725 deleted the phantom-migrations-list branch January 3, 2024 14:20
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

Successfully merging this pull request may close these issues.

Add a rake task to show the phantom migrations
1 participant