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 |
} |