Added hosts.theme_css which will allow us to provide a few basic stylesheets to custo...
authorrich <rich>
Wed, 8 Sep 2004 15:50:08 +0000 (15:50 +0000)
committerrich <rich>
Wed, 8 Sep 2004 15:50:08 +0000 (15:50 +0000)
cocanwiki.sql

index 7724333..d85162b 100644 (file)
@@ -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
 );