Skip to content

Commit

Permalink
Added Travis user
Browse files Browse the repository at this point in the history
  • Loading branch information
morozov committed Dec 18, 2019
1 parent 1eb50b1 commit 7ae396f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/travis/create-mysql-schema.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
DROP USER IF EXISTS 'travis'@'%';
CREATE USER 'travis'@'%';

CREATE SCHEMA doctrine_tests;
CREATE SCHEMA test_create_database;
CREATE SCHEMA test_drop_database;
Expand Down

0 comments on commit 7ae396f

Please sign in to comment.