From: Aaron Schulz Date: Mon, 27 Aug 2007 23:16:52 +0000 (+0000) Subject: *err...make this consistent with rc_deleted patch file X-Git-Tag: 1.31.0-rc.0~51627 X-Git-Url: http://git.cyclocoop.org/%22.%24redirect_annul.%22?a=commitdiff_plain;h=79eb0fe88d35aac3dce2b6fbefc652b123414066;p=lhc%2Fweb%2Fwiklou.git *err...make this consistent with rc_deleted patch file --- diff --git a/maintenance/tables.sql b/maintenance/tables.sql index 08119cd25d..7c4bd3fbf6 100644 --- a/maintenance/tables.sql +++ b/maintenance/tables.sql @@ -873,7 +873,7 @@ CREATE TABLE /*$wgDBprefix*/recentchanges ( -- Store log action or null rc_log_action varbinary(255) NULL default NULL, -- Log params - rc_params blob NOT NULL default '', + rc_params BLOB NULL; PRIMARY KEY rc_id (rc_id), INDEX rc_timestamp (rc_timestamp),