From: Roan Kattouw Date: Fri, 17 Jul 2009 17:50:28 +0000 (+0000) Subject: Followup to r53408: change lengths of log_action and log_type too. Thanks to Overlord... X-Git-Tag: 1.31.0-rc.0~40875 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=813c474eac6d8e8191c17cb013ed232d30d7a321;p=lhc%2Fweb%2Fwiklou.git Followup to r53408: change lengths of log_action and log_type too. Thanks to OverlordQ for spotting this. --- diff --git a/maintenance/tables.sql b/maintenance/tables.sql index b2fcd86f49..b36ba2ddd2 100644 --- a/maintenance/tables.sql +++ b/maintenance/tables.sql @@ -1094,8 +1094,8 @@ CREATE TABLE /*_*/logging ( -- Symbolic keys for the general log type and the action type -- within the log. The output format will be controlled by the -- action field, but only the type controls categorization. - log_type varbinary(10) NOT NULL default '', - log_action varbinary(10) NOT NULL default '', + log_type varbinary(32) NOT NULL default '', + log_action varbinary(32) NOT NULL default '', -- Timestamp. Duh. log_timestamp binary(14) NOT NULL default '19700101000000',