diff --git a/files/assets/images/rDrama/sidebar/1248.webp b/files/assets/images/rDrama/sidebar/1248.webp new file mode 100644 index 000000000..584bc2b9a Binary files /dev/null and b/files/assets/images/rDrama/sidebar/1248.webp differ diff --git a/schema.sql b/schema.sql index 79944044f..f0d5ed677 100644 --- a/schema.sql +++ b/schema.sql @@ -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: - --