Updated schema to support {{shell}} extension.
authorrich <rich>
Fri, 8 Dec 2006 15:43:29 +0000 (15:43 +0000)
committerrich <rich>
Fri, 8 Dec 2006 15:43:29 +0000 (15:43 +0000)
schema/cocanwiki.sql

index 3fa3349..7ff621c 100644 (file)
@@ -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
 );