schema.sql
changeset 94 8fc958168261
parent 91 8079b0288e8e
child 107 4042c4dd5ba4
--- 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(