Browse Source

Bug 2969: DBRev 3.17.00.031

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

2
installer/data/mysql/updatedatabase.pl

@ -8838,7 +8838,7 @@ if ( CheckVersion($DBversion) ) {
SetVersion($DBversion); SetVersion($DBversion);
} }
$DBversion = "3.17.00.XXX"; $DBversion = "3.17.00.031";
if ( CheckVersion($DBversion) ) { if ( CheckVersion($DBversion) ) {
$dbh->do("ALTER TABLE saved_sql CHANGE report_name report_name VARCHAR( 255 ) NOT NULL DEFAULT '' "); $dbh->do("ALTER TABLE saved_sql CHANGE report_name report_name VARCHAR( 255 ) NOT NULL DEFAULT '' ");
print "Upgrade to $DBversion done (Bug 2969: Report Name should be mandatory for saved reports)\n"; print "Upgrade to $DBversion done (Bug 2969: Report Name should be mandatory for saved reports)\n";

2
kohaversion.pl

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

Loading…
Cancel
Save