From dbcae29fa74f592deb8ef638179eae1bd451c076 Mon Sep 17 00:00:00 2001 From: Joy Nelson Date: Wed, 20 May 2020 17:11:03 +0000 Subject: [PATCH] Bug 24854: DBRev correction Signed-off-by: Joy Nelson --- installer/data/mysql/updatedatabase.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 322694dc4c..d88813e1f2 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -20561,7 +20561,7 @@ if( CheckVersion( $DBversion ) ) { print "Upgrade to $DBversion done (Bug 25389: Catch errant cases of LOST_RETURNED)\n"; } -$DBversion = 'XXX'; # will be replaced by the RM +$DBversion = '19.11.05.007'; if( CheckVersion( $DBversion ) ) { my $ft_enabled = $dbh->selectrow_array(q| SELECT COUNT(*) FROM systempreferences WHERE variable like "IDreamBooks%" and value="1" -- 2.20.1