git.annexia.org
/
cocanwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1f2406
)
Updated schema to support {{shell}} extension.
author
rich
<rich>
Fri, 8 Dec 2006 15:43:29 +0000
(15:43 +0000)
committer
rich
<rich>
Fri, 8 Dec 2006 15:43:29 +0000
(15:43 +0000)
schema/cocanwiki.sql
patch
|
blob
|
history
diff --git
a/schema/cocanwiki.sql
b/schema/cocanwiki.sql
index
3fa3349
..
7ff621c
100644
(file)
--- a/
schema/cocanwiki.sql
+++ b/
schema/cocanwiki.sql
@@
-1165,7
+1165,9
@@
CREATE TABLE hosts (
global_noodp boolean DEFAULT false NOT NULL,
ie6_fixes_css text,
ie7_fixes_css text,
- enable_rss_func boolean DEFAULT false NOT NULL
+ enable_rss_func boolean DEFAULT false NOT NULL,
+ enable_shell_func boolean DEFAULT false NOT NULL,
+ enable_shell_func_path text DEFAULT '/path/to/nowhere'::text
);