From: RĂ©gis Hanol Date: Mon, 14 Jul 2014 13:21:11 +0000 (+0200) Subject: Revert "add fuzzystrmatch extension" X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=640e1cd9b707c7967a05e0cbbae9aafdb8694449;p=discourse_docker.git Revert "add fuzzystrmatch extension" This reverts commit 80863b2363bb973f712675be7bf250f8674b0948. That extension was causing more trouble than needed... --- diff --git a/templates/postgres.9.2.template.yml b/templates/postgres.9.2.template.yml index 7fa2682..3138a6e 100644 --- a/templates/postgres.9.2.template.yml +++ b/templates/postgres.9.2.template.yml @@ -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 diff --git a/templates/postgres.template.yml b/templates/postgres.template.yml index 0d53741..abed0f4 100644 --- a/templates/postgres.template.yml +++ b/templates/postgres.template.yml @@ -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