Updated schema to support {{shell}} extension.
[cocanwiki.git] / 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
 );