build: integration testing postegres on ci.

This commit is contained in:
Leonard Gram
2018-05-30 09:40:45 +02:00
parent 50d1519a91
commit e33b17fac6
4 changed files with 30 additions and 5 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
CREATE DATABASE grafanadstest;
REVOKE CONNECT ON DATABASE grafanadstest FROM PUBLIC;
GRANT CONNECT ON DATABASE grafanadstest TO grafanatest;
GRANT CONNECT ON DATABASE grafanadstest TO grafanatest;