You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of skipping and just displaying an error add a flag like --fail-on-error or --do-not-skip so the the command hasura migrate apply --all-databases exit with an error code this is specially helpful in CI/CD like in github actions where right now it shows all green even though a migration failed. The workaround could be to grep for error fail that way but would be nice to have it supported directly in the CLI.
Behavior should be exit 1 if migration fails for any of the databases
{"level":"error","msg":"skipping applying migrations for database default...