pull/179/head
SneedBot 2023-08-04 16:16:17 +00:00
parent 85ee9cda7e
commit d9a1a71c64
2 changed files with 0 additions and 14 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

View File

@ -16,20 +16,6 @@ SET xmloption = content;
SET client_min_messages = warning;
SET row_security = off;
--
-- Name: fuzzystrmatch; Type: EXTENSION; Schema: -; Owner: -
--
CREATE EXTENSION IF NOT EXISTS fuzzystrmatch WITH SCHEMA public;
--
-- Name: EXTENSION fuzzystrmatch; Type: COMMENT; Schema: -; Owner: -
--
COMMENT ON EXTENSION fuzzystrmatch IS 'determine similarities and distance between strings';
--
-- Name: pg_stat_statements; Type: EXTENSION; Schema: -; Owner: -
--