From 79dce0d32c5e05d92f2493f9e175110597b4da4a Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Wed, 23 Aug 2023 18:54:58 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index f6ee5d6..32391f0 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -66,8 +66,6 @@ ynh_script_progression --message="Upgrading database..." --weight=1 $install_dir/venv/bin/python3 "$install_dir/manage.py" compile_themes $install_dir/venv/bin/python3 "$install_dir/manage.py" collectstatic --no-input -$install_dir/venv/bin/python3 "$install_dir/manage.py" populate_streams -$install_dir/venv/bin/python3 "$install_dir/manage.py" makemigrations --merge --noinput $install_dir/venv/bin/python3 "$install_dir/manage.py" migrate #=================================================