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

[10.x] Fix empty table displayed when using the --pending option but there are no pending migrations #48019

Merged
merged 4 commits into from
Aug 10, 2023

Conversation

TheBlckbird
Copy link
Contributor

If you run artisan migrate:status --pending but there are no pending migrations only an empty table is displayed.

I changed it so "No pending migrations found" is displayed"
As stated in #48017 just "No migrations found" could be a bit confusing, so please let me know if this is better.

@TheBlckbird TheBlckbird changed the title [10.x] Fix "No migrations found" not shown with --pending option [10.x] Fix empty table not shown with --pending option Aug 10, 2023
@taylorotwell taylorotwell merged commit 746ad0e into laravel:10.x Aug 10, 2023
20 checks passed
@TheBlckbird TheBlckbird deleted the fix/status-command-pending branch August 10, 2023 13:22
@TheBlckbird TheBlckbird changed the title [10.x] Fix empty table not shown with --pending option [10.x] Fix empty table not shown when using the --pending option Aug 10, 2023
@TheBlckbird TheBlckbird changed the title [10.x] Fix empty table not shown when using the --pending option [10.x] Fix empty table displayed when using the --pending option but there are no pending migrations Aug 12, 2023
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.

None yet

2 participants