bug 5354 follow-up DBRev number
[koha.git] / installer / data / mysql / updatedatabase.pl
index 5b82f97..d29c8e4 100755 (executable)
@@ -5088,7 +5088,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
 
 
 
-$DBversion = "3.07.00.XXX";
+$DBversion = "3.07.00.041";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES('SubscriptionDuplicateDroppedInput','','','List of fields which must not be rewritten when a subscription is duplicated (Separated by pipe |)','Free')");
     print "Upgrade to $DBversion done (Add System Preferences SubscriptionDuplicateDroppedInput)\n";