From 6d37c3b06073cf49b49c0ec0f40b5c01c0f154eb Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 1 Dec 2021 22:51:30 +0100 Subject: [PATCH] Update upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 8e62143..6dbcbd6 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -61,7 +61,7 @@ if [ "$upgrade_type" == "UPGRADE_APP" ] then ynh_script_progression --message="Upgrading source files..." --weight=1 pushd $final_path - git pull --quiet origin release && ynh_install_composer --install_args="--no-dev" && php$phpversion artisan migrate + git pull --quiet origin release && ynh_install_composer --install_args="--no-dev" && php$phpversion artisan migrate --no-interaction --force popd fi