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

(-)a/installer/data/mysql/atomicupdate/bug_21068.perl (-1 / +3 lines)
Lines 7-12 if( CheckVersion( $DBversion ) ) { Link Here
7
            DELETE FROM systempreferences
7
            DELETE FROM systempreferences
8
            WHERE variable IN ('NorwegianPatronDBEnable', 'NorwegianPatronDBEndpoint', 'NorwegianPatronDBUsername', 'NorwegianPatronDBPassword', 'NorwegianPatronDBSearchNLAfterLocalHit')
8
            WHERE variable IN ('NorwegianPatronDBEnable', 'NorwegianPatronDBEndpoint', 'NorwegianPatronDBUsername', 'NorwegianPatronDBPassword', 'NorwegianPatronDBSearchNLAfterLocalHit')
9
        |);
9
        |);
10
        if ( TableExists('borrower_sync') ) {
11
            $dbh->do(q|DROP TABLE borrower_sync|);
12
        }
10
    }
13
    }
11
14
12
    SetVersion( $DBversion );
15
    SetVersion( $DBversion );
13
- 

Return to bug 21068