From e98debe84528fe38042e08f4a86816e1acdd9b98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 26 Sep 2023 11:03:29 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 72aa312..c42b300 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -51,7 +51,7 @@ ynh_add_config --template="../conf/cron" --destination="/etc/cron.d/$app" ynh_script_progression --message="Updating the database..." --weight=1 pushd $install_dir - php$phpversion bin/console db:update --no-interaction --no-telemetry + php$phpversion bin/console db:update --no-interaction --no-telemetry --force popd #=================================================