Line 0
Link Here
|
|
|
1 |
$DBversion = 'XXX'; # will be replaced by the RM |
2 |
if( CheckVersion( $DBversion ) ) { |
3 |
# insert the authorized_value_category for CONTROL_NUM_SEQUENCE |
4 |
$dbh->do( "INSERT IGNORE INTO authorised_value_categories values ('CONTROL_NUM_SEQUENCE');" ); |
5 |
|
6 |
|
7 |
# Always end with this (adjust the bug info) |
8 |
SetVersion( $DBversion ); |
9 |
print "Upgrade to $DBversion done (Bug 19263 - Advanced Editor - Rancor - Add auto control number (001) widget)\n"; |
10 |
} |