Bug 10602: DBrev 3.13.00.026

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
Galen Charlton 2013-10-10 23:30:26 +00:00
parent 329e7511b3
commit 5307d10a91
2 changed files with 2 additions and 2 deletions

View file

@ -7176,7 +7176,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
SetVersion ($DBversion);
}
$DBversion = "3.13.00.XXX";
$DBversion = "3.13.00.026";
if ( CheckVersion($DBversion) ) {
$dbh->do(q|
ALTER TABLE auth_subfield_structure ADD COLUMN defaultvalue TEXT DEFAULT NULL AFTER frameworkcode

View file

@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
use strict;
sub kohaversion {
our $VERSION = '3.13.00.025';
our $VERSION = '3.13.00.026';
# version needs to be set this way
# so that it can be picked up by Makefile.PL
# during install