Bug 8233 follow-up fixin DBRev
authorPaul Poulain <paul.poulain@biblibre.com>
Fri, 6 Jul 2012 14:54:44 +0000 (16:54 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 6 Jul 2012 14:54:44 +0000 (16:54 +0200)
porting 2nd patch of the bug, that does not apply anymore, to fix DB version

installer/data/mysql/updatedatabase.pl

index 15f7969..ef9cde7 100755 (executable)
@@ -5459,7 +5459,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.07.00.023";
+$DBversion = "3.09.00.023";
 if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     $dbh->do("INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) VALUES('SearchEngine','Zebra','Solr|Zebra','Search Engine','Choice')");
     print "Upgrade to $DBversion done (Add system preference SearchEngine )\n";