From: Tom Hughes Date: Thu, 5 Aug 2021 23:19:39 +0000 (+0100) Subject: Restore accidentally deleted lines in database structure X-Git-Tag: live~1517 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/cf54b68f84649c327432ddb48ac181498433a499 Restore accidentally deleted lines in database structure --- diff --git a/db/structure.sql b/db/structure.sql index ccef53e17..e50e50278 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -147,6 +147,10 @@ END; $$; +SET default_tablespace = ''; + +SET default_table_access_method = heap; + -- -- Name: acls; Type: TABLE; Schema: public; Owner: - --