From 754ca8ffd4430d8a7e00c3b6d1f45af3e379c313 Mon Sep 17 00:00:00 2001 From: rich Date: Wed, 8 Sep 2004 15:50:08 +0000 Subject: [PATCH] Added hosts.theme_css which will allow us to provide a few basic stylesheets to customers apart from the standard one. --- cocanwiki.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ); -- 1.8.3.1