Line 0
Link Here
|
0 |
- |
1 |
$DBversion = 'XXX'; # will be replaced by the RM |
|
|
2 |
if( CheckVersion( $DBversion ) ) { |
3 |
$dbh->do( "ALTER TABLE opac_news CHANGE lang lang VARCHAR(50)" ); |
4 |
|
5 |
SetVersion( $DBversion ); |
6 |
print "Upgrade to $DBversion done (Bug 23797: Extend the opac_news lang column to accommodate longer values)\n"; |
7 |
} |