Convert afl_var_dump to a LONGBLOB

This commit is contained in:
Andrew Garrett 2009-02-26 23:41:50 +00:00
parent 869fd3f600
commit a7bc94cc80

View file

@ -36,7 +36,7 @@ CREATE TABLE /*$wgDBprefix*/abuse_filter_log (
afl_ip varchar(255) not null,
afl_action varbinary(255) not null,
afl_actions varbinary(255) not null,
afl_var_dump BLOB NOT NULL,
afl_var_dump LONGBLOB NOT NULL,
afl_timestamp binary(14) NOT NULL,
afl_namespace tinyint NOT NULL,
afl_title varchar(255) binary NOT NULL,