Update 10-vector.sh

This commit is contained in:
Alexandre
2025-01-14 22:40:55 +01:00
committed by GitHub
parent 6c490452cb
commit 7a30f57fba

View File

@@ -25,5 +25,5 @@ echo "DROP EXTENSION IF EXISTS vectors;
# Enable vectors
psql "postgres://$DB_USERNAME:$DB_PASSWORD@$DB_HOSTNAME:$DB_PORT" < /setup_postgres.sql >/dev/null || true
rm /setup_postgres.sql
rm /setup_postgres.sql || true
) & true