Skip to content

Commit

Permalink
build: return success on schema preexist or create
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Oct 5, 2023
1 parent ff136f2 commit ff91fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/migrate-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ create_db_schema_if_missing() {
pretty_echo "Creating schema."
psql "$db_url" -f "/opt/migrations/init/fmtm_base_schema.sql"
pretty_echo "Schema created successfully."
return 1
return 0
fi
}

Expand Down

0 comments on commit ff91fe1

Please sign in to comment.