chore: improve gen_migrations logging
All checks were successful
gen-migrations / gen-migrations (push) Has been skipped

This commit is contained in:
Orion Kindel 2023-07-20 00:52:37 -05:00
parent 19fc1816ff
commit d94188f4a5
Signed by untrusted user who does not match committer: orion
GPG Key ID: 6D4165AE4C928719

View File

@ -23,6 +23,7 @@ do_i() {
if [[ -f "$migration" ]]; then
echo "[$migration]: exists"
break
else
echo "[$migration]: building..."
fi