From 3e77acc24d0cde1c353a1f86d37db77db899c08b Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 13 Oct 2015 11:27:32 -0300 Subject: [PATCH] Bug 14045: DBRev 3.21.00.035 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 57fbfd5a26..44cc69f19d 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.034"; +$VERSION = "3.21.00.035"; sub version { return $VERSION; diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index ef2f79a590..a6753fc4bd 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -11054,7 +11054,7 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } -$DBversion = "XXX"; +$DBversion = "3.21.00.035"; if ( CheckVersion($DBversion) ) { $dbh->do(q| ALTER TABLE branch_borrower_circ_rules ADD COLUMN maxonsiteissueqty int(4) DEFAULT NULL AFTER maxissueqty; -- 2.20.1