We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb50b1 commit 7ae396fCopy full SHA for 7ae396f
tests/travis/create-mysql-schema.sql
@@ -1,3 +1,6 @@
1
+DROP USER IF EXISTS 'travis'@'%';
2
+CREATE USER 'travis'@'%';
3
+
4
CREATE SCHEMA doctrine_tests;
5
CREATE SCHEMA test_create_database;
6
CREATE SCHEMA test_drop_database;
0 commit comments