fix: gen-migrations
All checks were successful
gen-migrations / gen-migrations (push) Successful in 7s
All checks were successful
gen-migrations / gen-migrations (push) Successful in 7s
This commit is contained in:
parent
c462e62d14
commit
86bb83498d
@ -25,7 +25,7 @@ if [[ -z "$base" ]] || [[ -z "$head" ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
set +e
|
set +e
|
||||||
if (schema_changed "$base" "$head"); then
|
if ! (schema_changed "$base" "$head"); then
|
||||||
echo ""
|
echo ""
|
||||||
exit 0;
|
exit 0;
|
||||||
fi;
|
fi;
|
||||||
|
Loading…
Reference in New Issue
Block a user