From 52476cc68ae9f7f5d3611b70c0155f21cd9197f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 22 Jul 2024 13:00:09 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 79427a9..03acc0b 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -69,7 +69,6 @@ ynh_script_progression --message="Running migrations and generating static files pushd "$install_dir" ( source "$install_dir/.env" - ynh_exec_as "$app" "$venvpy" manage.py migrate ynh_psql_execute_as_root --sql="ALTER USER $app WITH NOSUPERUSER;" ynh_exec_as "$app" "$venvpy" manage.py collectstatic --no-input