mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-03 18:37:42 +01:00
Update 99-run.sh
This commit is contained in:
@@ -382,7 +382,7 @@ upgrade_extension_if_needed "vectors"
|
|||||||
upgrade_extension_if_needed "vchord"
|
upgrade_extension_if_needed "vchord"
|
||||||
|
|
||||||
# Remove vectors from postgres database
|
# Remove vectors from postgres database
|
||||||
su - postgres -c "psql -d postgres -c 'DROP EXTENSION vectors CASCADE;'"
|
su - postgres -c "psql -d postgres -c 'DROP EXTENSION IF EXISTS vectors CASCADE;'" || true
|
||||||
|
|
||||||
show_db_extensions
|
show_db_extensions
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user