Update 10-vector.sh

This commit is contained in:
Alexandre
2025-01-14 21:49:42 +01:00
committed by GitHub
parent 112b517dd8
commit 6b49a553e7

View File

@@ -19,8 +19,6 @@ export DB_PORT
export DB_HOSTNAME
export DB_USERNAME
export DB_PASSWORD
touch /setup_postgres.sql
chmod 755 /setup_postgres.sql
echo "DROP EXTENSION IF EXISTS vectors;
CREATE EXTENSION vectors;
\q" > /setup_postgres.sql