From 640e1cd9b707c7967a05e0cbbae9aafdb8694449 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9gis=20Hanol?= Date: Mon, 14 Jul 2014 15:21:11 +0200 Subject: [PATCH] Revert "add fuzzystrmatch extension" This reverts commit 80863b2363bb973f712675be7bf250f8674b0948. That extension was causing more trouble than needed... --- templates/postgres.9.2.template.yml | 1 - templates/postgres.template.yml | 1 - 2 files changed, 2 deletions(-) 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 -- 2.25.1