mirror of
https://github.com/YunoHost-Apps/castopod_ynh.git
synced 2024-09-03 18:16:14 +02:00
commit
9f36eac8b3
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ if ynh_compare_current_package_version --comparison le --version "1.6.5~ynh1"; t
|
|||
# cf https://code.castopod.org/adaures/castopod/-/releases/v1.6.1
|
||||
ynh_mysql_connect_as --user=$db_user --password=$db_pwd --database=$db_name < "../conf/sql/v1.6.1.sql"
|
||||
fi
|
||||
if ynh_compare_current_package_version --comparison le --version "1.7.3~ynh1"; then
|
||||
if ynh_compare_current_package_version --comparison lt --version "1.7.3~ynh1"; then
|
||||
# cf https://code.castopod.org/adaures/castopod/-/releases/v1.7.3
|
||||
ynh_mysql_connect_as --user=$db_user --password=$db_pwd --database=$db_name < "../conf/sql/v1.7.3.sql"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue