mirror of
https://github.com/YunoHost-Apps/weblate_ynh.git
synced 2024-10-01 13:35:04 +02:00
trying to fix the migration from weblate 4.X
This commit is contained in:
parent
e2aef55811
commit
3b090b15cd
1 changed files with 5 additions and 0 deletions
|
@ -207,6 +207,11 @@ fi
|
||||||
|
|
||||||
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 pg_trgm;" --database=$db_name
|
||||||
|
|
||||||
|
if [ "$current_version" -lt "5" ]
|
||||||
|
then
|
||||||
|
upgrade "5.0.2" "../conf/settings.py"
|
||||||
|
fi
|
||||||
|
|
||||||
upgrade $(ynh_app_upstream_version) "../conf/settings.py"
|
upgrade $(ynh_app_upstream_version) "../conf/settings.py"
|
||||||
|
|
||||||
# Set right permissions for curl installation
|
# Set right permissions for curl installation
|
||||||
|
|
Loading…
Reference in a new issue