add fuzzystrmatch extension
authorRégis Hanol <regis@hanol.fr>
Fri, 11 Jul 2014 13:33:15 +0000 (15:33 +0200)
committerRégis Hanol <regis@hanol.fr>
Fri, 11 Jul 2014 13:33:15 +0000 (15:33 +0200)
templates/postgres.9.2.template.yml
templates/postgres.template.yml

index 3138a6edc541abc0d80b803a8ed0df56c9788f2c..7fa268250f507cb0eb8b11385bf905bfc2ee7c85 100644 (file)
@@ -107,6 +107,7 @@ run:
   - exec: /bin/bash -c 'sudo -u postgres psql discourse <<< "alter schema public owner to discourse;"'
   - exec: /bin/bash -c 'sudo -u postgres psql discourse <<< "create extension if not exists hstore;"'
   - exec: /bin/bash -c 'sudo -u postgres psql discourse <<< "create extension if not exists pg_trgm;"'
+  - exec: /bin/bash -c 'sudo -u postgres psql discourse <<< "create extension if not exists fuzzystrmatch;"'
 
   - exec:
       hook: postgres
index abed0f4e98d0e2e3c7f65e0f79168158734f5fba..0d53741074c852beea53ceb53481f5d0dda18f68 100644 (file)
@@ -167,6 +167,7 @@ run:
   - exec: /bin/bash -c 'sudo -u postgres psql discourse <<< "alter schema public owner to discourse;"'
   - exec: /bin/bash -c 'sudo -u postgres psql discourse <<< "create extension if not exists hstore;"'
   - exec: /bin/bash -c 'sudo -u postgres psql discourse <<< "create extension if not exists pg_trgm;"'
+  - exec: /bin/bash -c 'sudo -u postgres psql discourse <<< "create extension if not exists fuzzystrmatch;"'
 
   - exec:
       hook: postgres