summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-08-09 22:14:29 +0200
committererdgeist <erdgeist@erdgeist.org>2026-08-09 22:14:29 +0200
commit8135e08107f81c38389ec3938df85a9b9f0e1f4f (patch)
tree999bbe25775da5feff5d02151132607973a82c1a /INSTALL.md
parent4bae8227d9dd7cb61ceb6bfaad04bf0fc0f720ca (diff)
Load the test schema through Rails, and keep the search trigger installed
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index cad9c9e1..55bf768c 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -134,6 +134,9 @@ test:
134 database: psql_test 134 database: psql_test
135 username: rails 135 username: rails
136 password: 136 password:
137 collation: en_US.UTF-8
138 ctype: en_US.UTF-8
139 template: template0
137 140
138production: 141production:
139 adapter: postgresql 142 adapter: postgresql