From 021559f25da64ab5e422b638260b306f1b2f3bdf Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Mon, 24 Sep 2018 16:05:35 +0200 Subject: [PATCH] Bug 21288: correct DBRev 17.11.09.003 --- 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 e4d20b4e69..298778131d 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 = "18.05.03.002"; +$VERSION = "17.11.09.003"; sub version { return $VERSION; diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 45673d06a3..35df12c214 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -15188,7 +15188,7 @@ if( CheckVersion( $DBversion ) ) { print "Upgrade to $DBversion done (Bug 21144: Add ROADTYPE to default authorised values categories)\n"; } -$DBversion = '18.05.03.002'; +$DBversion = '17.11.09.003'; if( CheckVersion( $DBversion ) ) { unless ( index_exists( 'subscription', 'by_biblionumber' ) ) { $dbh->do(q{ -- 2.39.5