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

PostgreSQL: Don't reset table comments

This commit is contained in:
Jakub Vrana
2021-05-23 11:45:57 +02:00
parent ea1acfc8bc
commit dadbb37f00
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
Adminer 4.8.2-dev:
Support multi-line table comments
MySQL: Use ST_SRID() instead of SRID() for MySQL 8 (PR #418)
PostgreSQL: Don't reset table comments (regression from 4.2.0)
PostgreSQL PDO: Allow editing rows identified by boolean column (PR #380)
Adminer 4.8.1 (released 2021-05-14):