feat: add PostgreSQL extensions and update Dockerfile for initialization

This commit is contained in:
2026-03-08 17:31:11 +07:00
parent 3705d7a427
commit e2f2484370
2 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
CREATE EXTENSION IF NOT EXISTS citext;
CREATE EXTENSION IF NOT EXISTS pg_trgm;
CREATE EXTENSION IF NOT EXISTS pgcrypto;