mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Gotsta create tables first ...
This commit is contained in:
parent
dd8c0276c7
commit
368a5c3f63
1
.github/workflows/mysql.yaml
vendored
1
.github/workflows/mysql.yaml
vendored
@ -51,6 +51,7 @@ jobs:
|
|||||||
run: invoke test
|
run: invoke test
|
||||||
- name: Data Import Export
|
- name: Data Import Export
|
||||||
run: |
|
run: |
|
||||||
|
invoke migrate
|
||||||
python3 ./InvenTree/manage.py flush --noinput
|
python3 ./InvenTree/manage.py flush --noinput
|
||||||
invoke import-fixtures
|
invoke import-fixtures
|
||||||
invoke export-records -f data.json
|
invoke export-records -f data.json
|
||||||
|
1
.github/workflows/postgresql.yaml
vendored
1
.github/workflows/postgresql.yaml
vendored
@ -47,6 +47,7 @@ jobs:
|
|||||||
run: invoke test
|
run: invoke test
|
||||||
- name: Data Import Export
|
- name: Data Import Export
|
||||||
run: |
|
run: |
|
||||||
|
invoke migrate
|
||||||
python3 ./InvenTree/manage.py flush --noinput
|
python3 ./InvenTree/manage.py flush --noinput
|
||||||
invoke import-fixtures
|
invoke import-fixtures
|
||||||
invoke export-records -f data.json
|
invoke export-records -f data.json
|
||||||
|
Loading…
Reference in New Issue
Block a user