mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-13 11:08:18 -06:00
-- Udpated upgrade.sh to add additional echo statements
This commit is contained in:
parent
e8d6281007
commit
c0ee0fc559
@ -61,6 +61,8 @@ else
|
|||||||
echo "Skipping local dependencies (local_requirements.txt not found)"
|
echo "Skipping local dependencies (local_requirements.txt not found)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo "Line 64 pre DB migration"
|
||||||
|
|
||||||
# Apply any database migrations
|
# Apply any database migrations
|
||||||
COMMAND="python3 netbox/manage.py migrate"
|
COMMAND="python3 netbox/manage.py migrate"
|
||||||
echo "Applying database migrations ($COMMAND)..."
|
echo "Applying database migrations ($COMMAND)..."
|
||||||
|
Loading…
Reference in New Issue
Block a user