From: rich <rich>
Date: Fri, 8 Dec 2006 15:43:29 +0000 (+0000)
Subject: Updated schema to support {{shell}} extension.
X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=546de7d9d904dd6130523df520d0b77c28c6bfe4;p=cocanwiki.git

Updated schema to support {{shell}} extension.
---

diff --git a/schema/cocanwiki.sql b/schema/cocanwiki.sql
index 3fa3349..7ff621c 100644
--- 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
 );