Rresolve #14419 - changed order in type dropdown
Signed-off-by: Michael Heiland <michael.heiland.01@gmail.com>
This commit is contained in:
parent
63e2a999d6
commit
354e77e341
@ -738,8 +738,8 @@ class Types
|
||||
'VARBINARY',
|
||||
'-',
|
||||
'TINYBLOB',
|
||||
'MEDIUMBLOB',
|
||||
'BLOB',
|
||||
'MEDIUMBLOB',
|
||||
'LONGBLOB',
|
||||
'-',
|
||||
'ENUM',
|
||||
|
||||
@ -743,8 +743,8 @@ class TypesTest extends PmaTestCase
|
||||
'VARBINARY',
|
||||
'-',
|
||||
'TINYBLOB',
|
||||
'MEDIUMBLOB',
|
||||
'BLOB',
|
||||
'MEDIUMBLOB',
|
||||
'LONGBLOB',
|
||||
'-',
|
||||
'ENUM',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user