fix: gen-migrations workflow
Some checks failed
gen-migrations / gen-migrations (push) Failing after 17s
Some checks failed
gen-migrations / gen-migrations (push) Failing after 17s
This commit is contained in:
@@ -14,8 +14,8 @@ fi;
|
||||
|
||||
migration="./migrations/${base}_to_${head}.sql"
|
||||
|
||||
base_url=postgresql://$POSTGRES_USER:$POSTGRES_PASSWORD@localhost:5432/dnim
|
||||
head_url=postgresql://$POSTGRES_USER:$POSTGRES_PASSWORD@localhost:5433/dnim
|
||||
base_url="postgresql://$POSTGRES_USER:$POSTGRES_PASSWORD@localhost:5432/dnim"
|
||||
head_url="postgresql://$POSTGRES_USER:$POSTGRES_PASSWORD@localhost:5433/dnim"
|
||||
|
||||
if [[ -z "$base" ]] || [[ -z "$head" ]]; then
|
||||
echo "revisions to diff are required ex. ./scripts/diff.sh abc bcd" 1>&2;
|
||||
|
||||
Reference in New Issue
Block a user