fix: gen-migrations
All checks were successful
gen-migrations / gen-migrations (push) Successful in 7s

This commit is contained in:
Orion Kindel 2023-07-20 13:33:01 -05:00
parent c462e62d14
commit 86bb83498d
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;