fix: gen-migrations
Some checks reported warnings
gen-migrations / gen-migrations (push) Has been cancelled
Some checks reported warnings
gen-migrations / gen-migrations (push) Has been cancelled
This commit is contained in:
parent
b9dcc2d05b
commit
9569e36972
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user