Browse Source

Bug 5342: DBRev 3.17.00.035

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
MM-OPAC/theme_dep
Tomás Cohen Arazi 10 years ago
parent
commit
836aba0bfb
  1. 2
      installer/data/mysql/updatedatabase.pl
  2. 2
      kohaversion.pl

2
installer/data/mysql/updatedatabase.pl

@ -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

2
kohaversion.pl

@ -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

Loading…
Cancel
Save