Conecte Postgres e instale PG_TRGM y BTREE_GIST

gitlab=# CREATE EXTENSION pg_trgm;
gitlab=# CREATE EXTENSION btree_gist;
gitlab=# \q
Tender Thrush