diff --git a/scripts/upgrade b/scripts/upgrade index ce7ec22..51489e8 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -81,6 +81,7 @@ pushd $install_dir $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" migrate +$install_dir/venv/bin/python3 "$install_dir/manage.py" makemigrations --merge popd #=================================================