mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
Update 10-vector.sh
This commit is contained in:
@@ -19,8 +19,6 @@ export DB_PORT
|
|||||||
export DB_HOSTNAME
|
export DB_HOSTNAME
|
||||||
export DB_USERNAME
|
export DB_USERNAME
|
||||||
export DB_PASSWORD
|
export DB_PASSWORD
|
||||||
touch /setup_postgres.sql
|
|
||||||
chmod 755 /setup_postgres.sql
|
|
||||||
echo "DROP EXTENSION IF EXISTS vectors;
|
echo "DROP EXTENSION IF EXISTS vectors;
|
||||||
CREATE EXTENSION vectors;
|
CREATE EXTENSION vectors;
|
||||||
\q" > /setup_postgres.sql
|
\q" > /setup_postgres.sql
|
||||||
|
|||||||
Reference in New Issue
Block a user