Skip to content

Commit

Permalink
DB schema upgrade for search history
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyusha authored and gordyt committed Feb 23, 2018
1 parent 129d7ad commit 2276cc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rpmconf/Upgrade/zmupgrade.pm
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ chomp $rundir;
my $scriptDir = "/opt/zimbra/libexec/scripts";

my $lowVersion = 52;
my $hiVersion = 108; # this should be set to the DB version expected by current server code
my $hiVersion = 109; # this should be set to the DB version expected by current server code

my $needSlapIndexing = 0;
my $mysqlcnfUpdated = 0;
Expand Down Expand Up @@ -84,6 +84,7 @@ my %updateScripts = (
'105' => "migrate20150623-ZmgDevices.pl", #8.7.0
'106' => "migrate20150702-ZmgDevices.pl", #8.7.0
'107' => "migrate20170301-ZimbraChat.pl", #8.7.6
'108' => "migrate20170829-SearchHistory.pl",
);

my %updateFuncs = (
Expand Down

0 comments on commit 2276cc2

Please sign in to comment.