Skip to content

Commit 7ae396f

Browse files
committed
Added Travis user
1 parent 1eb50b1 commit 7ae396f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/travis/create-mysql-schema.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
DROP USER IF EXISTS 'travis'@'%';
2+
CREATE USER 'travis'@'%';
3+
14
CREATE SCHEMA doctrine_tests;
25
CREATE SCHEMA test_create_database;
36
CREATE SCHEMA test_drop_database;

0 commit comments

Comments
 (0)