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