mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Darn spelling misterks
This commit is contained in:
parent
3af704c453
commit
85f635c975
@ -21,7 +21,7 @@ before_install:
|
||||
- invoke migrate
|
||||
- cd InvenTree && python3 manage.py createsuperuser --username InvenTreeAdmin --email admin@inventree.com --noinput && cd ..
|
||||
- psql -c 'create database inventree_test_db;' -U postgres
|
||||
- mysql -e 'CREATE DATABSE inventree_test_db;'
|
||||
- mysql -e 'CREATE DATABASE inventree_test_db;'
|
||||
|
||||
script:
|
||||
- cd InvenTree && python3 manage.py makemigrations && cd ..
|
||||
|
Loading…
Reference in New Issue
Block a user