Add fuzzy module
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- +goose Up
|
||||
CREATE EXTENSION IF NOT EXISTS "fuzzystrmatch";
|
||||
|
||||
-- +goose Down
|
||||
DROP EXTENSION "fuzzystrmatch";
|
||||
Reference in New Issue
Block a user