Revert "add fuzzystrmatch extension"
authorRégis Hanol <regis@hanol.fr>
Mon, 14 Jul 2014 13:21:11 +0000 (15:21 +0200)
committerRégis Hanol <regis@hanol.fr>
Mon, 14 Jul 2014 13:21:11 +0000 (15:21 +0200)
This reverts commit 80863b2363bb973f712675be7bf250f8674b0948.

That extension was causing more trouble than needed...

templates/postgres.9.2.template.yml
templates/postgres.template.yml

index 7fa268250f507cb0eb8b11385bf905bfc2ee7c85..3138a6edc541abc0d80b803a8ed0df56c9788f2c 100644 (file)
@@ -107,7 +107,6 @@ 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 0d53741074c852beea53ceb53481f5d0dda18f68..abed0f4e98d0e2e3c7f65e0f79168158734f5fba 100644 (file)
@@ -167,7 +167,6 @@ 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