From 9598f6365e8aaca741ba422e6195d4fd67f00480 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 2 Jul 2013 18:46:27 -0700 Subject: [PATCH] Bug 9987: DBRev 3.13.00.009 - remove acqorders.biblioitemnumber Signed-off-by: Galen Charlton --- installer/data/mysql/updatedatabase.pl | 3 +-- kohaversion.pl | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 1b99a9ee0d..a6b00901d1 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -7010,8 +7010,7 @@ CREATE TABLE IF NOT EXISTS borrower_files ( SetVersion($DBversion); } - -$DBversion = "3.13.00.XXX"; +$DBversion = "3.13.00.009"; if ( CheckVersion($DBversion) ) { $dbh->do("ALTER TABLE aqorders DROP COLUMN biblioitemnumber"); print "Upgrade to $DBversion done (Bug 9987 - Drop column aqorders.biblioitemnumber)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index 71938e4352..786e47b558 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts : use strict; sub kohaversion { - our $VERSION = '3.13.00.008'; + our $VERSION = '3.13.00.009'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5