2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 10:35:40 +00:00

Database naming fix

This commit is contained in:
Oliver Walters
2021-03-31 20:07:42 +11:00
parent 5aea35f8fa
commit 61d14a0eda
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ jobs:
MYSQL_USER: inventree
MYSQL_PASSWORD: password
MYSQL_ROOT_PASSWORD: password
MYSQL_DATABASE: inventree_test_db
MYSQL_DATABASE: test_inventree
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
ports:
- 3306:3306