From: rich Date: Wed, 8 Sep 2004 15:50:08 +0000 (+0000) Subject: Added hosts.theme_css which will allow us to provide a few basic stylesheets to custo... X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=754ca8ffd4430d8a7e00c3b6d1f45af3e379c313;p=cocanwiki.git Added hosts.theme_css which will allow us to provide a few basic stylesheets to customers apart from the standard one. --- diff --git a/cocanwiki.sql b/cocanwiki.sql index 7724333..d85162b 100644 --- a/cocanwiki.sql +++ b/cocanwiki.sql @@ -103,7 +103,8 @@ CREATE TABLE hosts ( canonical_hostname text NOT NULL, css text, edit_anon boolean DEFAULT true NOT NULL, - create_account_anon boolean DEFAULT true NOT NULL + create_account_anon boolean DEFAULT true NOT NULL, + theme_css text );