akretion/docky

Unaccent on postgres

Closed this issue · 1 comments

To complete installation on unaccent, we need:

  • CREATE EXTENSION unaccent; # in psql
  • set unaccent to true # in openerp.cfg

Is there a way to do it easily in voodoo ? on created databases ?

Done here for the postgresql part: akretion/docker-postgresql@eeb5039