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

(-)a/installer/data/mysql/atomicupdate/bug_23260.pl (-1 / +1 lines)
Lines 12-17 return { Link Here
12
        $dbh->do(
12
        $dbh->do(
13
            q{
13
            q{
14
            ALTER TABLE items_last_borrower
14
            ALTER TABLE items_last_borrower
15
            MODIFY COLUMN borrowernumber int(11) NULL,
15
            MODIFY created_on timestamp NOT NULL DEFAULT current_timestamp()
16
            MODIFY created_on timestamp NOT NULL DEFAULT current_timestamp()
16
        }
17
        }
17
        );
18
        );
18
- 

Return to bug 23260