Bug 5548 bumping db version number
This commit is contained in:
parent
e57dadf762
commit
223436970b
2 changed files with 2 additions and 2 deletions
|
@ -4149,7 +4149,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
|
||||||
SetVersion ($DBversion);
|
SetVersion ($DBversion);
|
||||||
}
|
}
|
||||||
|
|
||||||
$DBversion = '3.03.00.XXX';
|
$DBversion = '3.03.00.035';
|
||||||
if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
|
if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
|
||||||
$dbh->do("ALTER TABLE `issuingrules` ADD hardduedate date default NULL AFTER issuelength");
|
$dbh->do("ALTER TABLE `issuingrules` ADD hardduedate date default NULL AFTER issuelength");
|
||||||
$dbh->do("ALTER TABLE `issuingrules` ADD hardduedatecompare tinyint NOT NULL default 0 AFTER hardduedate");
|
$dbh->do("ALTER TABLE `issuingrules` ADD hardduedatecompare tinyint NOT NULL default 0 AFTER hardduedate");
|
||||||
|
|
|
@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
|
||||||
use strict;
|
use strict;
|
||||||
|
|
||||||
sub kohaversion {
|
sub kohaversion {
|
||||||
our $VERSION = '3.03.00.034';
|
our $VERSION = '3.03.00.035';
|
||||||
# version needs to be set this way
|
# version needs to be set this way
|
||||||
# so that it can be picked up by Makefile.PL
|
# so that it can be picked up by Makefile.PL
|
||||||
# during install
|
# during install
|
||||||
|
|
Loading…
Reference in a new issue