diff -r 95c4d91bd954 -r 8fc958168261 schema.sql --- a/schema.sql Thu Aug 16 20:35:49 2007 -0400 +++ b/schema.sql Fri Aug 17 12:35:29 2007 -0400 @@ -67,7 +67,7 @@ wiki_mode tinyint(1) NOT NULL DEFAULT 2, delvotes int(10) NOT NULL default 0, password varchar(40) NOT NULL DEFAULT '', - delvote_ips text NOT NULL + delvote_ips text NOT NULL DEFAULT '' ) CHARACTER SET `utf8`; CREATE TABLE {{TABLE_PREFIX}}session_keys(