2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 01:55:39 +00:00

Update makefile and docs

This commit is contained in:
Oliver Walters
2019-09-08 20:45:01 +10:00
parent e4fc44c135
commit d7f969613e
2 changed files with 11 additions and 3 deletions

View File

@ -29,7 +29,13 @@ Perform Migrations
Updating the database is as simple as calling the makefile target:
``make migrate``
``make update``
This command performs the following steps:
* Backup database entries and uploaded media files
* Perform required database schema changes
* Collect required static files
Restart Server
--------------