1 Postgres Extensions
Ajay Ramachandran edited this page 2021-03-26 19:01:16 -04:00

You may need to install some postgres extensions.

Run these queries on the postgres database:

CREATE EXTENSION pgcrypto
    SCHEMA public;
CREATE EXTENSION pg_trgm
    SCHEMA public;