Files
openvox-docker/config/postgres/script/init-pg-trgm.sql
2026-03-02 15:40:16 +01:00

3 lines
81 B
SQL
Executable File

-- Enable pg_trgm extension for PuppetDB
CREATE EXTENSION IF NOT EXISTS pg_trgm;