Add fuzzy module
This commit is contained in:
parent
46d727c650
commit
bf25922fc4
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";
|
Loading…
x
Reference in New Issue
Block a user