From 612179dcca3e9b5992af1fb9c4e85f0d3f85a3a1 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Sat, 6 Jan 2024 14:32:38 +0100 Subject: [PATCH] Add makemigrations --- scripts/upgrade | 1 + 1 file changed, 1 insertion(+) 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 #=================================================