From 413cf2d3108542ad32efaad0e2aa6d56beb03066 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 2 Nov 2015 13:00:37 -0300 Subject: [PATCH] Bug 14978: DBRev 3.21.00.048 Signed-off-by: Tomas Cohen Arazi --- Koha.pm | 2 +- installer/data/mysql/updatedatabase.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Koha.pm b/Koha.pm index 3a4ed117db..7e90add251 100644 --- a/Koha.pm +++ b/Koha.pm @@ -29,7 +29,7 @@ use vars qw{ $VERSION }; # - #4 : the developer version. The 4th number is the database subversion. # used by developers when the database changes. updatedatabase take care of the changes itself # and is automatically called by Auth.pm when needed. -$VERSION = "3.21.00.047"; +$VERSION = "3.21.00.048"; sub version { return $VERSION; diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 99c126d2bf..f8895322ea 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -11247,7 +11247,7 @@ if(CheckVersion($DBversion)) { SetVersion($DBversion); } -$DBversion = 'XXX'; +$DBversion = '3.21.00.048'; if ( CheckVersion($DBversion) ) { my $create_table_issues = @{ $dbh->selectall_arrayref(q|SHOW CREATE TABLE issues|) }[0]->[1]; if ($create_table_issues !~ m|UNIQUE KEY.*itemnumber| ) { -- 2.39.5