fix: gen-migrations
Some checks reported warnings
gen-migrations / gen-migrations (push) Has been cancelled

This commit is contained in:
Orion Kindel 2023-07-20 13:04:39 -05:00
parent b9dcc2d05b
commit 9569e36972
Signed by untrusted user who does not match committer: orion
GPG Key ID: 6D4165AE4C928719

View File

@ -25,7 +25,7 @@ if [[ -z "$base" ]] || [[ -z "$head" ]]; then
fi
set +e
if schema_changed "$base" "$head"; then
if (schema_changed "$base" "$head"); then
echo ""
exit 0;
fi;