1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00

Remove legacy database extenisons activation

This commit is contained in:
Salamandar 2024-03-23 22:31:47 +01:00
parent a8810fb4f4
commit e1ded9ede9

View file

@ -7,14 +7,6 @@
source _common.sh
source /usr/share/yunohost/helpers
#=================================================
# CONFIGURING A POSTGRESQL DATABASE
#=================================================
ynh_script_progression --message="Configuring $app's PostgreSQL database..."
ynh_psql_execute_as_root --database="$db_name" --sql="CREATE EXTENSION IF NOT EXISTS unaccent;"
ynh_psql_execute_as_root --database="$db_name" --sql="CREATE EXTENSION IF NOT EXISTS pg_trgm;"
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE
#=================================================