|
Lines 9669-9674
if ( CheckVersion($DBversion) ) {
Link Here
|
| 9669 |
SetVersion ($DBversion); |
9669 |
SetVersion ($DBversion); |
| 9670 |
} |
9670 |
} |
| 9671 |
|
9671 |
|
|
|
9672 |
$DBversion = "3.19.00.XXX"; |
| 9673 |
if ( CheckVersion($DBversion) ) { |
| 9674 |
$dbh->do(q| |
| 9675 |
INSERT INTO authorised_values (category, authorised_value, lib) VALUES |
| 9676 |
('REPORT_GROUP', 'SER', 'Serials') |
| 9677 |
|); |
| 9678 |
|
| 9679 |
print "Upgrade to $DBversion done (Bug 5338 - Add Serial to the report groups)\n"; |
| 9680 |
SetVersion ($DBversion); |
| 9681 |
} |
| 9682 |
|
| 9683 |
|
| 9672 |
=head1 FUNCTIONS |
9684 |
=head1 FUNCTIONS |
| 9673 |
|
9685 |
|
| 9674 |
=head2 TableExists($table) |
9686 |
=head2 TableExists($table) |
| 9675 |
- |
|
|