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

(-)a/installer/data/mysql/atomicupdate/bug_21246.pl (-2 / +1 lines)
Lines 10-16 return { Link Here
10
        $dbh->do(
10
        $dbh->do(
11
            q{
11
            q{
12
            INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES
12
            INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES
13
            ('showLastPatronCount', '10', NULL, 'How many patrons should showLastPatron remember', 'Integer')
13
            ('showLastPatronCount', '1', NULL, 'How many patrons should showLastPatron remember', 'Integer')
14
        }
14
        }
15
        );
15
        );
16
        say $out "Added new system preference 'showLastPatronCount'";
16
        say $out "Added new system preference 'showLastPatronCount'";
17
- 

Return to bug 21246