mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-31 09:01:35 +00:00
Gotsta create tables first ...
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user