1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-16 19:44:00 +02:00

MySQL: Allow moving views to other DB and renaming DB with views (bug #783)

This commit is contained in:
Jakub Vrana
2021-02-12 11:49:35 +01:00
parent 5a1498d160
commit e9e61fce26
2 changed files with 18 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
Adminer 4.8.1-dev:
Fix more PHP 8 warnings (bug #781)
MySQL: Allow moving views to other DB and renaming DB with views (bug #783)
Adminer 4.8.0 (released 2021-02-10):
Support function default values in insert (bug #713)