Add fuzzy module

This commit is contained in:
Jan Bader 2022-02-04 15:46:17 +00:00
parent 46d727c650
commit bf25922fc4

View File

@ -0,0 +1,5 @@
-- +goose Up
CREATE EXTENSION IF NOT EXISTS "fuzzystrmatch";
-- +goose Down
DROP EXTENSION "fuzzystrmatch";