Skip to content

Commit

Permalink
fix syntax errors in the docker-compose mysql initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Etter committed Feb 19, 2019
1 parent 03ec1d9 commit 3217bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/mysql/init/init.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
CREATE DATABASE IF NOT EXISTS diesel_test;
CREATE DATABASE IF NOT EXISTS diesel_unit_test;
GRANT ALL ON `diesel_%`.* TO ''@'localhost;
GRANT ALL ON `diesel_%`.* TO 'root'@'localhost';

0 comments on commit 3217bdf

Please sign in to comment.