refactor: moved to folder {{db}/{{variant}} instead of {{db}}-{{variant}}/

This commit is contained in:
2026-03-09 04:11:51 +07:00
parent 4b783457d0
commit dc527779e8
4 changed files with 2 additions and 2 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;