budgeteer/postgres/schema/0014_enable-fuzzy-match-module.sql
2022-02-04 15:46:17 +00:00

5 lines
108 B
SQL

-- +goose Up
CREATE EXTENSION IF NOT EXISTS "fuzzystrmatch";
-- +goose Down
DROP EXTENSION "fuzzystrmatch";