From 8135e08107f81c38389ec3938df85a9b9f0e1f4f Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sun, 9 Aug 2026 22:14:29 +0200 Subject: Load the test schema through Rails, and keep the search trigger installed --- INSTALL.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index cad9c9e1..55bf768c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -134,6 +134,9 @@ test: database: psql_test username: rails password: + collation: en_US.UTF-8 + ctype: en_US.UTF-8 + template: template0 production: adapter: postgresql -- cgit v1.3