X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/81c3ebe03c229c980908502f3735cdf1636dd5cc..cf54b68f84649c327432ddb48ac181498433a499:/db/structure.sql 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: - --