Add pg_trgm extension

This commit is contained in:
sn0w 2018-06-04 01:57:51 +02:00
parent c9cd17845c
commit 1485c11999
1 changed files with 1 additions and 0 deletions

View File

@ -1 +1,2 @@
CREATE EXTENSION IF NOT EXISTS citext;
CREATE EXTENSION IF NOT EXISTS pg_trgm;