Bug 14978: DBRev 3.21.00.048
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 2 Nov 2015 16:00:37 +0000 (13:00 -0300)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 2 Nov 2015 16:00:37 +0000 (13:00 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha.pm
installer/data/mysql/updatedatabase.pl

diff --git a/Koha.pm b/Koha.pm
index 3a4ed11..7e90add 100644 (file)
--- a/Koha.pm
+++ b/Koha.pm
@@ -29,7 +29,7 @@ use vars qw{ $VERSION };
 # - #4 : the developer version. The 4th number is the database subversion.
 #        used by developers when the database changes. updatedatabase take care of the changes itself
 #        and is automatically called by Auth.pm when needed.
-$VERSION = "3.21.00.047";
+$VERSION = "3.21.00.048";
 
 sub version {
     return $VERSION;
index 99c126d..f889532 100755 (executable)
@@ -11247,7 +11247,7 @@ if(CheckVersion($DBversion)) {
     SetVersion($DBversion);
 }
 
-$DBversion = 'XXX';
+$DBversion = '3.21.00.048';
 if ( CheckVersion($DBversion) ) {
     my $create_table_issues = @{ $dbh->selectall_arrayref(q|SHOW CREATE TABLE issues|) }[0]->[1];
     if ($create_table_issues !~ m|UNIQUE KEY.*itemnumber| ) {