We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would it be possible to get some better logging when running the migration?
psql:db/migrations.sql:60: NOTICE: relation "applied_migrations" already exists, skipping apply_migration ----------------- f (1 row)
Maybe we could suppress the NOTICE and instead log out:
NOTICE
skipping migration abc running migration xyz running migration wuv
And maybe even print out the run time of each migration? 😲
ps: Awesome tool, really loving it.
The text was updated successfully, but these errors were encountered:
Yeah, I'd like that too! Will see what I can do.
Sorry, something went wrong.
Raise notice when applying migration (see #1)
a8e5420
This is partly done in a8e5420, but the RAISE NOTICE output is kinda ugly, and so I'm only printing out the applied migrations, not the skipped ones.
RAISE NOTICE
No branches or pull requests
Would it be possible to get some better logging when running the migration?
Maybe we could suppress the
NOTICE
and instead log out:And maybe even print out the run time of each migration? 😲
ps: Awesome tool, really loving it.
The text was updated successfully, but these errors were encountered: