Add an option allowing the image toolbar to be suppressed in IE.
[cocanwiki.git] / schema / cocanwiki.sql
index 99b0290..17a00df 100644 (file)
@@ -1077,7 +1077,8 @@ CREATE TABLE pages (
     redirect text,
     css text,
     logged_user integer,
-    title_description_fti tsvector NOT NULL
+    title_description_fti tsvector NOT NULL,
+    keywords text
 );
 
 
@@ -1157,7 +1158,8 @@ CREATE TABLE hosts (
     brand text,
     brand_tagline text,
     brand_description text,
-    pagebug text
+    pagebug text,
+    ie_imagetoolbar_no boolean DEFAULT false NOT NULL
 );