projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81c3ebe
)
Restore accidentally deleted lines in database structure
author
Tom Hughes
<tom@compton.nu>
Thu, 5 Aug 2021 23:19:39 +0000
(
00:19
+0100)
committer
Tom Hughes
<tom@compton.nu>
Thu, 5 Aug 2021 23:19:39 +0000
(
00:19
+0100)
db/structure.sql
patch
|
blob
|
history
diff --git
a/db/structure.sql
b/db/structure.sql
index ccef53e1728aabacc38ec08ed204f115272840e8..e50e502780005f642df389832979759e3d873d38 100644
(file)
--- 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: -
--