Update circle-ci
Add new test database.
This commit is contained in:
parent
616f27306e
commit
1146afe343
1 changed files with 2 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ jobs:
|
|||
mysql -h 127.0.0.1 -u root -pjet -e "grant all privileges on *.* to 'jet'@'%';"
|
||||
mysql -h 127.0.0.1 -u root -pjet -e "set global sql_mode = 'STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION';"
|
||||
mysql -h 127.0.0.1 -u jet -pjet -e "create database test_sample"
|
||||
mysql -h 127.0.0.1 -u jet -pjet -e "create database dvds2"
|
||||
|
||||
- run:
|
||||
name: Init Postgres database
|
||||
|
|
@ -145,6 +146,7 @@ jobs:
|
|||
mysql -h 127.0.0.1 -u root -pjet -e "grant all privileges on *.* to 'jet'@'%';"
|
||||
mysql -h 127.0.0.1 -u root -pjet -e "set global sql_mode = 'STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION';"
|
||||
mysql -h 127.0.0.1 -u jet -pjet -e "create database test_sample"
|
||||
mysql -h 127.0.0.1 -u jet -pjet -e "create database dvds2"
|
||||
|
||||
- run:
|
||||
name: Init MariaDB database
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue