]> git.openstreetmap.org Git - rails.git/commitdiff
Restore accidentally deleted lines in database structure
authorTom Hughes <tom@compton.nu>
Thu, 5 Aug 2021 23:19:39 +0000 (00:19 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 5 Aug 2021 23:19:39 +0000 (00:19 +0100)
db/structure.sql

index ccef53e1728aabacc38ec08ed204f115272840e8..e50e502780005f642df389832979759e3d873d38 100644 (file)
@@ -147,6 +147,10 @@ END;
 $$;
 
 
+SET default_tablespace = '';
+
+SET default_table_access_method = heap;
+
 --
 -- Name: acls; Type: TABLE; Schema: public; Owner: -
 --