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