mirror of
https://github.com/esauflores/databases.git
synced 2026-03-09 06:30:34 +00:00
4 lines
120 B
SQL
4 lines
120 B
SQL
CREATE EXTENSION IF NOT EXISTS citext;
|
|
CREATE EXTENSION IF NOT EXISTS pg_trgm;
|
|
CREATE EXTENSION IF NOT EXISTS pgcrypto;
|