Skip to content

Commit

Permalink
followup to library transfer limits: DB rev => 014
Browse files Browse the repository at this point in the history
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
  • Loading branch information
Galen Charlton committed Mar 6, 2009
1 parent 494bbd6 commit 6e4acb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion installer/data/mysql/updatedatabase.pl
Expand Up @@ -2221,7 +2221,7 @@
SetVersion ($DBversion);
}

$DBversion = "3.01.00.013";
$DBversion = "3.01.00.014";
if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
$dbh->do("ALTER TABLE `branch_transfer_limits` CHANGE `itemtype` `itemtype` VARCHAR( 4 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL");
$dbh->do("ALTER TABLE `branch_transfer_limits` ADD `ccode` VARCHAR( 10 ) NULL ;");
Expand Down
2 changes: 1 addition & 1 deletion kohaversion.pl
Expand Up @@ -10,7 +10,7 @@
use strict;

sub kohaversion {
our $VERSION = '3.01.00.013';
our $VERSION = '3.01.00.014';
# version needs to be set this way
# so that it can be picked up by Makefile.PL
# during install
Expand Down

0 comments on commit 6e4acb2

Please sign in to comment.