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

7 lines
246 B
Bash
Raw Normal View History

2012-11-20 11:49:48 +02:00
#!/bin/sh
mysql -u root -e 'CREATE DATABASE social_test;'
mysql -u root -B social_test < ./tests/fixtures/sql/sql.sql
2012-11-20 11:49:48 +02:00
mysql -u root -B social_test < ./tests/fixtures/sql/geo_base.sql
2013-07-24 18:17:30 +03:00
mysql -u root -B social_test < ./tests/fixtures/sql/patch.sql