good morning!!!!

Skip to content
Snippets Groups Projects
Commit 23a40079 authored by José Carlos Nieto's avatar José Carlos Nieto
Browse files

Attemping to fix travis failing test.

parent 2d800690
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,4 @@ DROP DATABASE IF EXISTS upperio_tests;
CREATE DATABASE upperio_tests;
CREATE USER 'upperio'@'%' IDENTIFIED BY 'upperio';
GRANT ALL PRIVILEGES ON upperio_tests.* to 'upperio'@'%' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON upperio_tests.* to upperio@localhost WITH PASSWORD 'upperio';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment