Increasing log_display->field because sql_concat() (one

wrapper over ADOdb Concat() generates really long
expressions for MSSQL.
This commit is contained in:
stronk7
2006-09-26 17:43:37 +00:00
parent 7bd1b4f5ba
commit 2efd67bf5f
6 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -276,7 +276,7 @@ CREATE TABLE prefix_log_display (
module varchar(20) NOT NULL default '',
action varchar(40) NOT NULL default '',
mtable varchar(30) NOT NULL default '',
field varchar(50) NOT NULL default ''
field varchar(200) NOT NULL default ''
);
CREATE INDEX prefix_log_display_moduleaction ON prefix_log_display (module,action);