Fix search highlighting.
[cocanwiki.git] / cocanwiki.sql
index c1101b2..ddd95df 100644 (file)
@@ -103,7 +103,8 @@ CREATE TABLE hosts (
     theme_css text,
     feedback_email text,
     mailing_list boolean DEFAULT false NOT NULL,
-    is_template boolean DEFAULT false NOT NULL
+    is_template boolean DEFAULT false NOT NULL,
+    search_box boolean DEFAULT true NOT NULL
 );