|
Lines 9793-9798
if(CheckVersion($DBversion)) {
Link Here
|
| 9793 |
SetVersion($DBversion); |
9793 |
SetVersion($DBversion); |
| 9794 |
} |
9794 |
} |
| 9795 |
|
9795 |
|
|
|
9796 |
$DBversion = "3.19.00.XXX"; |
| 9797 |
if ( CheckVersion($DBversion) ) { |
| 9798 |
$dbh->do(q| |
| 9799 |
INSERT INTO authorised_values (category, authorised_value, lib) VALUES |
| 9800 |
('REPORT_GROUP', 'SER', 'Serials') |
| 9801 |
|); |
| 9802 |
|
| 9803 |
print "Upgrade to $DBversion done (Bug 5338 - Add Serial to the report groups)\n"; |
| 9804 |
SetVersion ($DBversion); |
| 9805 |
} |
| 9806 |
|
| 9796 |
=head1 FUNCTIONS |
9807 |
=head1 FUNCTIONS |
| 9797 |
|
9808 |
|
| 9798 |
=head2 TableExists($table) |
9809 |
=head2 TableExists($table) |
| 9799 |
- |
|
|