1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-13 18:14:07 +02:00

Increase username maxlength to 80 (bug #623)

This commit is contained in:
Jakub Vrana
2018-07-15 21:01:38 +02:00
parent e959e46fa5
commit e8e4934e97
2 changed files with 2 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ Adminer 4.6.4-dev:
Fix inline editing of empty cells (regression from 4.6.3)
Allow adding more than two indexes and forign key columns at a time (regression from 4.4.0)
Fix function change with set data type
Increase username maxlength to 80 (bug #623)
MySQL: Support foreign keys created with ANSI quotes (bug #620)
Adminer 4.6.3 (released 2018-06-28):