From 2be9c113e23b45667b73e4de8f9ca24b4a33a82f Mon Sep 17 00:00:00 2001 From: evazion Date: Fri, 6 Dec 2019 02:32:15 -0600 Subject: [PATCH] Fix #4222: unrecognized configuration parameter "default_table_access_method" This option was introduced in Postgres 12 and isn't backwards compatible with older Postgres versions. --- db/structure.sql | 2 -- 1 file changed, 2 deletions(-) diff --git a/db/structure.sql b/db/structure.sql index fcc13da9c..94a4f3b75 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -398,8 +398,6 @@ ALTER TEXT SEARCH CONFIGURATION public.danbooru SET default_tablespace = ''; -SET default_table_access_method = heap; - -- -- Name: api_keys; Type: TABLE; Schema: public; Owner: - --