X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/81c3ebe03c229c980908502f3735cdf1636dd5cc..2c9d2486ec4003e702d566ef1a13e779dc3673e2:/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: - --