Add pg_trgm extension

This commit is contained in:
Lukas Breuer 2018-06-04 01:57:51 +02:00
parent eb4fd196f6
commit 2f625fd905
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;