psql-db: extension unaccent

This commit is contained in:
Flummi 2022-05-16 12:57:13 +00:00
parent 9100f64d81
commit a7e2cb0dd9

View File

@ -11,6 +11,7 @@ SET xmloption = content;
SET client_min_messages = warning; SET client_min_messages = warning;
SET row_security = off; SET row_security = off;
CREATE EXTENSION unaccent;
CREATE FUNCTION public.delete_unused_tags() RETURNS trigger CREATE FUNCTION public.delete_unused_tags() RETURNS trigger
LANGUAGE plpgsql LANGUAGE plpgsql
AS $$ AS $$