Changed the 'module' field length to 20 in the log_display table (Bug #5419).

Previous commit message in 1.6 stable should read 'log_display table' instead
of 'log' table. Both fixes are identical and carried over to HEAD via a merge.
This commit is contained in:
vyshane
2006-05-08 03:16:04 +00:00
parent 0abbbe296d
commit 36914ff6a7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -272,7 +272,7 @@ CREATE INDEX prefix_log_info_idx ON prefix_log (info);
CREATE TABLE prefix_log_display (
id SERIAL PRIMARY KEY,
module varchar(30) NOT NULL default '',
module varchar(20) NOT NULL default '',
action varchar(40) NOT NULL default '',
mtable varchar(30) NOT NULL default '',
field varchar(50) NOT NULL default ''