bug 4139: set DBrev to 143

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
Galen Charlton 2010-07-06 08:24:13 -04:00
parent de4eeac2af
commit efc9e3a331
2 changed files with 2 additions and 2 deletions

View file

@ -3677,7 +3677,7 @@ if (C4::Context->preference('Version') < TransformToNum($DBversion)){
SetVersion ($DBversion);
}
$DBversion = 'XXXX';
$DBversion = '3.01.00.143';
if (C4::Context->preference('Version') < TransformToNum($DBversion)){
$dbh->do(qq{CREATE INDEX auth_value_idx ON authorised_values (authorised_value)});
$dbh->do(qq{CREATE INDEX auth_val_cat_idx ON borrower_attribute_types (authorised_value_category)});

View file

@ -11,7 +11,7 @@ use strict;
sub kohaversion {
our $VERSION = 'XXXX';
our $VERSION = '3.01.00.143';
# version needs to be set this way
# so that it can be picked up by Makefile.PL