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

(-)a/installer/data/mysql/atomicupdate/bug_25260_holds_table.perl (-1 / +4 lines)
Lines 42-47 if( CheckVersion( $DBversion ) ) { Link Here
42
            ) ENGINE = InnoDB DEFAULT CHARSET = utf8mb4 COLLATE = utf8mb4_unicode_ci;
42
            ) ENGINE = InnoDB DEFAULT CHARSET = utf8mb4 COLLATE = utf8mb4_unicode_ci;
43
        |);
43
        |);
44
44
45
        # fix dates prior to migrating
46
        sanitize_zero_date('reserves', 'expirationdate');
47
        sanitize_zero_date('old_reserves', 'expirationdate');
48
45
        # migrate 'reserves' and 'old_reserves' into 'holds'
49
        # migrate 'reserves' and 'old_reserves' into 'holds'
46
        $dbh->do(q|
50
        $dbh->do(q|
47
            INSERT INTO holds (
51
            INSERT INTO holds (
48
- 

Return to bug 25260