Browse Source

Bug 11625 - DBRev 3.23.00.001

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
new_12478_elasticsearch
Kyle Hall 9 years ago
parent
commit
79e4d82f8f
  1. 2
      installer/data/mysql/updatedatabase.pl

2
installer/data/mysql/updatedatabase.pl

@ -11390,7 +11390,7 @@ if ( CheckVersion($DBversion) ) {
SetVersion ($DBversion);
}
$DBversion = "3.21.00.XXX";
$DBversion = "3.23.00.001";
if(CheckVersion($DBversion)) {
$dbh->do(q{
INSERT IGNORE INTO systempreferences ( variable, value, options, explanation, type )

Loading…
Cancel
Save