1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-20 05:11:25 +02:00

Allow editing foreign keys pointing to tables in other database/schema (bug #694)

This commit is contained in:
Jakub Vrana
2019-08-21 15:00:11 +02:00
parent 03961bbe1b
commit c6fc6b63e8
3 changed files with 31 additions and 10 deletions

View File

@@ -1,4 +1,5 @@
Adminer 4.7.3-dev:
Allow editing foreign keys pointing to tables in other database/schema (bug #694)
MySQL: Speed up displaying tables in large databases (bug #700, regression from 4.7.2)
MySQL: Allow editing rows identified by negative floats (bug #695)
MySQL: Skip editing generated columns