From c0ee0fc55972fdb1ed7cd0ab50e9205c35b149b3 Mon Sep 17 00:00:00 2001 From: Jesse Hughes Date: Sun, 21 Nov 2021 08:56:14 +1100 Subject: [PATCH] -- Udpated upgrade.sh to add additional echo statements --- upgrade.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/upgrade.sh b/upgrade.sh index 67b8aaa89..afc3d64c0 100755 --- a/upgrade.sh +++ b/upgrade.sh @@ -61,6 +61,8 @@ else echo "Skipping local dependencies (local_requirements.txt not found)" fi +echo "Line 64 pre DB migration" + # Apply any database migrations COMMAND="python3 netbox/manage.py migrate" echo "Applying database migrations ($COMMAND)..."