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

Update upgrade

This commit is contained in:
Mateusz 2024-05-17 20:40:38 +02:00 committed by GitHub
parent 0ad58f4270
commit abc9c8e229
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -176,7 +176,7 @@ ynh_use_logrotate --logfile="/var/log/$app/$app-exporter.log"
# UPDATE A CONFIG FILE # UPDATE A CONFIG FILE
#================================================= #=================================================
ynh_script_progression --message="Updating database configuration..." ynh_script_progression --message="Updating database configuration..."
ynh_psql_execute_as_root --sql="CREATE EXTENSION IF NOT EXISTS pg_trgm;" --database=$db_name ynh_psql_execute_as_root --sql="CREATE EXTENSION IF NOT EXISTS uuid-ossp;" --database=$db_name
ynh_script_progression --message="Updating a configuration file..." ynh_script_progression --message="Updating a configuration file..."