Fix upgrade version

This commit is contained in:
oufmilo 2024-01-04 20:41:11 +01:00
parent a31df41061
commit 24113e5732
2 changed files with 1 additions and 4 deletions

View file

@ -80,7 +80,6 @@ ynh_script_progression --message="Upgrading database..." --weight=1
pushd $install_dir pushd $install_dir
$install_dir/venv/bin/python3 "$install_dir/manage.py" compile_themes $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" collectstatic --no-input
$install_dir/venv/bin/python3 "$install_dir/manage.py" populate_streams
$install_dir/venv/bin/python3 "$install_dir/manage.py" migrate $install_dir/venv/bin/python3 "$install_dir/manage.py" migrate
popd popd

View file

@ -17,6 +17,4 @@ test_format = 1.0
# Commits to test upgrade from # Commits to test upgrade from
# ------------------------------- # -------------------------------
test_upgrade_from.7600f04.name = "0.5.4" test_upgrade_from.749f46f.name = "0.6.6"
test_upgrade_from.d291f0e.name = "0.6.4"
test_upgrade_from.80ce892.name = "0.6.6"