Make sure to run database migrations first! (DUH)

This commit is contained in:
Oliver Walters 2020-11-12 16:41:43 +11:00
parent 563bfe9bf5
commit 4765065eb0

View File

@ -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: