3 lines
81 B
SQL
Executable File
3 lines
81 B
SQL
Executable File
-- Enable pg_trgm extension for PuppetDB
|
|
CREATE EXTENSION IF NOT EXISTS pg_trgm;
|