mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Make sure to run database migrations first! (DUH)
This commit is contained in:
parent
563bfe9bf5
commit
4765065eb0
@ -46,6 +46,7 @@ script:
|
||||
- invoke export-records -f data.json
|
||||
# Create a new empty database and import the saved data
|
||||
- rm inventree_default_db.sqlite3
|
||||
- invoke migrate
|
||||
- invoke import-records -f data.json
|
||||
|
||||
after_success:
|
||||
|
Loading…
Reference in New Issue
Block a user