Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurĂ­cio Meneghini Fauth <mauriciofauth@gmail.com>2018-10-31 22:45:36 +0300
committerGitHub <noreply@github.com>2018-10-31 22:45:36 +0300
commit99a0b0e04bd9070eb8df516b82c934995f26c66a (patch)
treec61bd180bcf0041c98623258ade57e763c039552 /libraries
parent888d7970a1523b3bb8b10a737bfc732e5da3456a (diff)
parent354e77e341a6427d3aa5f4241bef5cc2f0dc3301 (diff)
Merge pull request #14669 from michael10011/fix/issue-14419
Fix #14419 - changed order in type dropdown
Diffstat (limited to 'libraries')
-rw-r--r--libraries/classes/Types.php2
1 files changed, 1 insertions, 1 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',