Bug 14686 - DBRev fix - add missing call to SetVersion
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
parent
4867744127
commit
a63a51381b
1 changed files with 1 additions and 1 deletions
|
@ -12390,7 +12390,7 @@ if ( CheckVersion($DBversion) ) {
|
||||||
});
|
});
|
||||||
|
|
||||||
print "Upgrade to $DBversion done (Bug 14686 - New menu option and permission for file uploading)\n";
|
print "Upgrade to $DBversion done (Bug 14686 - New menu option and permission for file uploading)\n";
|
||||||
|
SetVersion($DBversion);
|
||||||
}
|
}
|
||||||
|
|
||||||
# DEVELOPER PROCESS, search for anything to execute in the db_update directory
|
# DEVELOPER PROCESS, search for anything to execute in the db_update directory
|
||||||
|
|
Loading…
Reference in a new issue