View | Details | Raw Unified | Return to bug 32057
Collapse All | Expand All

(-)a/installer/data/mysql/db_revs/221200013.pl (-2 / +1 lines)
Lines 16-22 return { Link Here
16
        }
16
        }
17
17
18
        $dbh->do(q{
18
        $dbh->do(q{
19
            INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES
19
            INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES
20
            ('ActionLogsTraceDepth', '0', '', 'Sets the maximum depth of the action logs stack trace', 'Integer')
20
            ('ActionLogsTraceDepth', '0', '', 'Sets the maximum depth of the action logs stack trace', 'Integer')
21
        });
21
        });
22
        say $out "Added new system preference 'ActionLogsTraceDepth'";
22
        say $out "Added new system preference 'ActionLogsTraceDepth'";
23
- 

Return to bug 32057