chore: improve gen_migrations logging
All checks were successful
gen-migrations / gen-migrations (push) Has been skipped
All checks were successful
gen-migrations / gen-migrations (push) Has been skipped
This commit is contained in:
parent
19fc1816ff
commit
d94188f4a5
@ -23,6 +23,7 @@ do_i() {
|
|||||||
|
|
||||||
if [[ -f "$migration" ]]; then
|
if [[ -f "$migration" ]]; then
|
||||||
echo "[$migration]: exists"
|
echo "[$migration]: exists"
|
||||||
|
break
|
||||||
else
|
else
|
||||||
echo "[$migration]: building..."
|
echo "[$migration]: building..."
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user