Bug 3445: DBRev. 3.15.00.021
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
parent
6f728fb050
commit
5c4ae8768d
2 changed files with 2 additions and 2 deletions
|
@ -8021,7 +8021,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
|
|||
SetVersion($DBversion);
|
||||
}
|
||||
|
||||
$DBversion = "3.15.00.XXX";
|
||||
$DBversion = "3.15.00.021";
|
||||
if(CheckVersion($DBversion)) {
|
||||
$dbh->do(q{
|
||||
ALTER TABLE `action_logs`
|
||||
|
|
|
@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
|
|||
use strict;
|
||||
|
||||
sub kohaversion {
|
||||
our $VERSION = '3.15.00.020';
|
||||
our $VERSION = '3.15.00.021';
|
||||
# version needs to be set this way
|
||||
# so that it can be picked up by Makefile.PL
|
||||
# during install
|
||||
|
|
Loading…
Reference in a new issue