From 6b49a553e7a4c06103317fa6cb200a6e33cb8b1d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 14 Jan 2025 21:49:42 +0100 Subject: [PATCH] Update 10-vector.sh --- postgres/rootfs/docker-entrypoint-initdb.d/10-vector.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/postgres/rootfs/docker-entrypoint-initdb.d/10-vector.sh b/postgres/rootfs/docker-entrypoint-initdb.d/10-vector.sh index f93eacfd7..9c6157d0c 100755 --- a/postgres/rootfs/docker-entrypoint-initdb.d/10-vector.sh +++ b/postgres/rootfs/docker-entrypoint-initdb.d/10-vector.sh @@ -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