Bug 5342: DBRev 3.17.00.035

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
Tomás Cohen Arazi 2014-10-28 10:09:30 -03:00
parent 0d4fee2615
commit 836aba0bfb
2 changed files with 2 additions and 2 deletions

View file

@ -8877,7 +8877,7 @@ if ( CheckVersion($DBversion) ) {
SetVersion($DBversion);
}
$DBversion = "3.17.00.XXX";
$DBversion = "3.17.00.035";
if ( CheckVersion($DBversion) ) {
$dbh->do(q|
ALTER TABLE serial ADD COLUMN claims_count INT(11) DEFAULT 0 after claimdate

View file

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