X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=cocanwiki.sql;h=d4b9514f228a576ece1ba2b54b30ff379c207ea7;hb=247bf3832dcd02aae202dcb706ac20458f6ab1f1;hp=247f91543d5f680c23aabcc0f38c07ae4c32be34;hpb=56b3bb4fc87b75c1056c0ac092aa2d6888426fa8;p=cocanwiki.git diff --git a/cocanwiki.sql b/cocanwiki.sql index 247f915..d4b9514 100644 --- a/cocanwiki.sql +++ b/cocanwiki.sql @@ -104,7 +104,8 @@ CREATE TABLE hosts ( feedback_email text, mailing_list boolean DEFAULT false NOT NULL, is_template boolean DEFAULT false NOT NULL, - search_box boolean DEFAULT true NOT NULL + search_box boolean DEFAULT true NOT NULL, + view_anon boolean DEFAULT true NOT NULL );