From: Galen Charlton Date: Sun, 6 Sep 2009 14:22:01 +0000 (-0400) Subject: DB rev 053->054: add altcontactcountry and B_address2 to borrowers and deletedborrowers X-Git-Tag: v3.02.00-alpha~142 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=c2c4f3e737fcf594b3b2ee369ad929998808d2ce;p=srvgit DB rev 053->054: add altcontactcountry and B_address2 to borrowers and deletedborrowers Signed-off-by: Galen Charlton --- diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index f5ccb26170..80cce211d5 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -2604,7 +2604,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = '3.01.00.053'; +$DBversion = '3.01.00.054'; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("ALTER TABLE borrowers ADD `B_address2` text AFTER B_address"); $dbh->do("ALTER TABLE borrowers ADD `altcontactcountry` text AFTER altcontactzipcode"); diff --git a/kohaversion.pl b/kohaversion.pl index e45880ef2f..c942b11ba0 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -10,7 +10,7 @@ use strict; sub kohaversion { - our $VERSION = '3.01.00.053'; + our $VERSION = '3.01.00.054'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install