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

(-)a/installer/data/mysql/atomicupdate/bug_18790.perl (-1 / +8 lines)
Line 0 Link Here
0
- 
1
$DBversion = 'XXX';  # will be replaced by the RM
2
if( CheckVersion( $DBversion ) ) {
3
4
    $dbh->do( q{INSERT IGNORE INTO account_offset_types ( type ) VALUES ('Void Payment')} );
5
6
    SetVersion( $DBversion );
7
    print "Upgrade to $DBversion done (Bug 18790 - Add ability to void payment)\n";
8
}

Return to bug 18790