diff -r e5302cb1945c -r b9a8a993f4e7 upgrade.sql --- a/upgrade.sql Fri Nov 02 20:37:26 2007 -0400 +++ b/upgrade.sql Fri Nov 02 20:40:45 2007 -0400 @@ -97,6 +97,7 @@ ---END 1.0b4--- ---BEGIN 1.0b3--- INSERT INTO {{TABLE_PREFIX}}config(config_name, config_value) VALUES( 'allowed_mime_types', 'cbf:len=168;crc=c3dcad3f;data=0[1],1[4],0[3],1[1],0[2],1[1],0[11],1[1],0[7],1[1],0[9],1[1],0[6],1[3],0[10],1[1],0[2],1[2],0[1],1[1],0[1],1[2],0[6],1[3],0[1],1[1],0[2],1[4],0[1],1[2],0[3],1[1],0[4],1[2],0[26],1[5],0[6],1[2],0[2],1[1],0[4],1[1],0[10],1[2],0[1],1[1],0[6]|end' ); +ALTER TABLE {{TABLE_PREFIX}}privmsgs ADD COLUMN message_read tinyint(1) NOT NULL DEFAULT 0; ---END 1.0b3--- ---BEGIN 1.0b2--- -- 10/1: Removed alterations to users table, moved to upgrade.php, to allow the session manager to work