From d9895890a0aff13185aa2df7ecd40e87661cdf11 Mon Sep 17 00:00:00 2001 From: Luis Castro Date: Sat, 13 Jul 2019 09:50:34 +0200 Subject: [PATCH] chore: create uniq db for continous integration --- config/database.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.yml b/config/database.yml index 50c799fe..a36d1ef2 100755 --- a/config/database.yml +++ b/config/database.yml @@ -33,7 +33,7 @@ test: ci: adapter: postgresql encoding: unicode - database: commitchange_development + database: commitchange_ci pool: 5 username: admin password: password