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

feat: add --compact-output flag to run/rollback commands #836

Merged

Conversation

Julien-R44
Copy link
Member

Proposed changes

Adds a --compact-output flag to run and rollback commands
This flag will be set by default when migrations are executed using TestUtils.db()
Fix #831


Success output:
image

Skipped output:
image

Error output:
image

I will add the same thing for seeders in another PR

@thetutlage thetutlage merged commit f8e0c8c into adonisjs:develop May 7, 2022
@thetutlage
Copy link
Member

Wonderful mate 🎉

@thetutlage thetutlage self-requested a review May 7, 2022 15:15
@thetutlage thetutlage added the Type: Enhancement Improving an existing feature label May 7, 2022
@Julien-R44 Julien-R44 deleted the feat/compact-migration-output branch May 7, 2022 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Improving an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrations should be run silently.
2 participants