3 lines
93 B
SQL
3 lines
93 B
SQL
-- Enable pg_trgm extension for similarity functions
|
|
CREATE EXTENSION IF NOT EXISTS pg_trgm;
|