-- Udpated upgrade.sh to add additional echo statements

This commit is contained in:
Jesse Hughes 2021-11-21 08:56:14 +11:00
parent e8d6281007
commit c0ee0fc559

View File

@ -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)..."