1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-01 05:55:02 +03:00
ifhub.club/application/tests/travis/mysql_setup.sh

7 lines
246 B
Bash
Executable file

#!/bin/sh
mysql -u root -e 'CREATE DATABASE social_test;'
mysql -u root -B social_test < ./tests/fixtures/sql/sql.sql
mysql -u root -B social_test < ./tests/fixtures/sql/geo_base.sql
mysql -u root -B social_test < ./tests/fixtures/sql/patch.sql