Index: trunk/phase3/maintenance/tables.sql |
— | — | @@ -1094,8 +1094,8 @@ |
1095 | 1095 | -- Symbolic keys for the general log type and the action type |
1096 | 1096 | -- within the log. The output format will be controlled by the |
1097 | 1097 | -- action field, but only the type controls categorization. |
1098 | | - log_type varbinary(10) NOT NULL default '', |
1099 | | - log_action varbinary(10) NOT NULL default '', |
| 1098 | + log_type varbinary(32) NOT NULL default '', |
| 1099 | + log_action varbinary(32) NOT NULL default '', |
1100 | 1100 | |
1101 | 1101 | -- Timestamp. Duh. |
1102 | 1102 | log_timestamp binary(14) NOT NULL default '19700101000000', |