Add fuzzy module
This commit is contained in:
5
postgres/schema/0014_enable-fuzzy-match-module.sql
Normal file
5
postgres/schema/0014_enable-fuzzy-match-module.sql
Normal file
@ -0,0 +1,5 @@
|
||||
-- +goose Up
|
||||
CREATE EXTENSION IF NOT EXISTS "fuzzystrmatch";
|
||||
|
||||
-- +goose Down
|
||||
DROP EXTENSION "fuzzystrmatch";
|
Reference in New Issue
Block a user