schema.sql
changeset 107 4042c4dd5ba4
parent 94 8fc958168261
child 123 8df3abef6647
--- a/schema.sql	Tue Aug 28 18:58:27 2007 -0400
+++ b/schema.sql	Tue Aug 28 19:00:20 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 DEFAULT ''
+  delvote_ips text DEFAULT NULL
 ) CHARACTER SET `utf8`;
 
 CREATE TABLE {{TABLE_PREFIX}}session_keys(