[ARVADOS] updated: e6003097c990a0e8044fc7768ad726ad28d93c50

git at public.curoverse.com git at public.curoverse.com
Tue Jun 30 22:48:03 EDT 2015


Summary of changes:
 services/api/config/database.yml.sample | 3 +++
 1 file changed, 3 insertions(+)

       via  e6003097c990a0e8044fc7768ad726ad28d93c50 (commit)
      from  ea3b83da139e08c21e448accc937682a5bf5f88e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit e6003097c990a0e8044fc7768ad726ad28d93c50
Author: Tom Clegg <tom at curoverse.com>
Date:   Tue Jun 30 22:47:50 2015 -0400

    6377: Avoid "incompatible encoding" errors by using blank template0 instead of site-specific template1.

diff --git a/services/api/config/database.yml.sample b/services/api/config/database.yml.sample
index 6a27016..f58cc11 100644
--- a/services/api/config/database.yml.sample
+++ b/services/api/config/database.yml.sample
@@ -1,5 +1,6 @@
 development:
   adapter: postgresql
+  template: template0
   encoding: utf8
   database: arvados_development
   username: arvados
@@ -8,6 +9,7 @@ development:
 
 test:
   adapter: postgresql
+  template: template0
   encoding: utf8
   database: arvados_test
   username: arvados
@@ -16,6 +18,7 @@ test:
 
 production:
   adapter: postgresql
+  template: template0
   encoding: utf8
   database: arvados_production
   username: arvados

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list