/ devops / postgres / extensions.sql
extensions.sql
1  CREATE EXTENSION IF NOT EXISTS pgcrypto;
2  CREATE EXTENSION IF NOT EXISTS tsm_system_rows;
3