- 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
- 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