mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-01 04:56:45 +00:00
Backup database as part of the migration process
This commit is contained in:
parent
dac61eafa2
commit
35ebc69235
2
Makefile
2
Makefile
@ -8,7 +8,7 @@ clean:
|
|||||||
rm -f .coverage
|
rm -f .coverage
|
||||||
|
|
||||||
# Perform database migrations (after schema changes are made)
|
# Perform database migrations (after schema changes are made)
|
||||||
migrate:
|
migrate: backup
|
||||||
python3 InvenTree/manage.py makemigrations common
|
python3 InvenTree/manage.py makemigrations common
|
||||||
python3 InvenTree/manage.py makemigrations company
|
python3 InvenTree/manage.py makemigrations company
|
||||||
python3 InvenTree/manage.py makemigrations part
|
python3 InvenTree/manage.py makemigrations part
|
||||||
|
Loading…
x
Reference in New Issue
Block a user