Added <meta keywords> on pages.
[cocanwiki.git] / schema / cocanwiki.sql
index 99b0290..4a62e68 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
 );