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

(-)a/installer/data/mysql/atomicupdate/bug_21235.perl (-1 / +8 lines)
Line 0 Link Here
0
- 
1
$DBversion = 'XXX';  # will be replaced by the RM
2
if( CheckVersion( $DBversion ) ) {
3
    $dbh->do( "DROP TABLE IF EXISTS services_throttle" );
4
5
    # Always end with this (adjust the bug info)
6
    SetVersion( $DBversion );
7
    print "Upgrade to $DBversion done (Bug 21235: Remove table services_throttle)\n";
8
}

Return to bug 21235