From 354e77e341a6427d3aa5f4241bef5cc2f0dc3301 Mon Sep 17 00:00:00 2001 From: Michael Heiland Date: Wed, 17 Oct 2018 12:18:37 +0200 Subject: [PATCH] Rresolve #14419 - changed order in type dropdown Signed-off-by: Michael Heiland --- libraries/classes/Types.php | 2 +- test/classes/TypesTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/classes/Types.php b/libraries/classes/Types.php index c873ed5210..be12365f5b 100644 --- a/libraries/classes/Types.php +++ b/libraries/classes/Types.php @@ -738,8 +738,8 @@ class Types 'VARBINARY', '-', 'TINYBLOB', - 'MEDIUMBLOB', 'BLOB', + 'MEDIUMBLOB', 'LONGBLOB', '-', 'ENUM', diff --git a/test/classes/TypesTest.php b/test/classes/TypesTest.php index b005760c6b..25eff39401 100644 --- a/test/classes/TypesTest.php +++ b/test/classes/TypesTest.php @@ -743,8 +743,8 @@ class TypesTest extends PmaTestCase 'VARBINARY', '-', 'TINYBLOB', - 'MEDIUMBLOB', 'BLOB', + 'MEDIUMBLOB', 'LONGBLOB', '-', 'ENUM',