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.
This commit is contained in:
evazion
2019-12-06 02:32:15 -06:00
parent 669ba6fc8d
commit 2be9c113e2

View File

@@ -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: -
--