From ec23ba9c222de74e2698fcd36001bd732b4a5a70 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 24 May 2018 14:18:08 -0300 Subject: [PATCH] revert missing part of bug 20073 Signed-off-by: Jonathan Druart --- installer/data/mysql/updatedatabase.pl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 31ae057df3..62475a2291 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -15933,12 +15933,8 @@ if( CheckVersion( $DBversion ) ) { $DBversion = '17.12.00.037'; if( CheckVersion( $DBversion ) ) { - $dbh->do( q{ - ALTER TABLE search_field CHANGE COLUMN type type ENUM('', 'string', 'date', 'number', 'boolean', 'sum', 'isbn', 'stdno') NOT NULL COMMENT 'what type of data this holds, relevant when storing it in the search engine' - } ); - SetVersion( $DBversion ); - print "Upgrade to $DBversion done (Bug 20073 - Add new types for Elasticsearch fields)\n"; + print "Upgrade to $DBversion done (This change has been reverted, nothing done!)\n"; } $DBversion = '17.12.00.038'; -- 2.39.5