X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=schema%2Fcocanwiki.sql;h=17a00df9ef9ec69b69f195a29f7fac959af10dd8;hb=8a6ae4a5a2f14da7b1fe0bf6bf95e3100856a079;hp=99b029017ca492a89637020a9b08f5fdd5c42993;hpb=73fe8c520c9864bf4091ec88d2dfc389473cc188;p=cocanwiki.git diff --git a/schema/cocanwiki.sql b/schema/cocanwiki.sql index 99b0290..17a00df 100644 --- a/schema/cocanwiki.sql +++ b/schema/cocanwiki.sql @@ -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 );