git.annexia.org
/
cocanwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e3e7c6
)
Added hosts.theme_css which will allow us to provide a few basic stylesheets to custo...
author
rich
<rich>
Wed, 8 Sep 2004 15:50:08 +0000
(15:50 +0000)
committer
rich
<rich>
Wed, 8 Sep 2004 15:50:08 +0000
(15:50 +0000)
cocanwiki.sql
patch
|
blob
|
history
diff --git
a/cocanwiki.sql
b/cocanwiki.sql
index
7724333
..
d85162b
100644
(file)
--- 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
);