From 4b47ac8b2df7b0d5de18fc556903d3992c02b7b2 Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Thu, 27 Jun 2019 18:46:32 +0000 Subject: [PATCH] Database update for 18.05.14 --- installer/data/mysql/updatedatabase.pl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 650f791db7..353c1706d5 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -16380,6 +16380,12 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } +$DBversion = "18.05.14.000"; +if ( CheckVersion($DBversion) ) { + print "Upgrade to $DBversion done (18.05.14 release)\n"; + SetVersion ($DBversion); +} + # SEE bug 13068 # if there is anything in the atomicupdate, read and execute it. -- 2.39.5