From 300f705bf7eda94c7f44f9eb9aa91dd1c1a7783a Mon Sep 17 00:00:00 2001 From: pedro Date: Wed, 3 Apr 2024 13:00:33 +0200 Subject: [PATCH] idhub.entrypoint: makemigrations not needed supposedly you should have all the migrations from the source code or git repository --- docker/idhub.entrypoint.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/idhub.entrypoint.sh b/docker/idhub.entrypoint.sh index 512b783..ee936b4 100755 --- a/docker/idhub.entrypoint.sh +++ b/docker/idhub.entrypoint.sh @@ -29,7 +29,6 @@ deployment_strategy() { # detect if existing deployment (TODO only works with sqlite) if [ -f "${idhub_dir}/db.sqlite3" ]; then echo "INFO: detected EXISTING deployment" - ./manage.py makemigrations ./manage.py migrate # warn admin that it should re-enter password to keep the service working