mirror of
https://github.com/esauflores/databases.git
synced 2026-03-09 06:30:34 +00:00
feat: restructure PostgreSQL setup with base variant
This commit is contained in:
3
postgres-base/000_extensions.sql
Normal file
3
postgres-base/000_extensions.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
CREATE EXTENSION IF NOT EXISTS citext;
|
||||
CREATE EXTENSION IF NOT EXISTS pg_trgm;
|
||||
CREATE EXTENSION IF NOT EXISTS pgcrypto;
|
||||
Reference in New Issue
Block a user