1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-17 03:53:59 +02:00

PostgreSQL: Support dropping auto_increment

This commit is contained in:
Jakub Vrana
2025-02-20 10:45:03 +01:00
parent f2e2c6e4ac
commit 94f75f9798
2 changed files with 2 additions and 4 deletions

View File

@@ -2,6 +2,7 @@ Adminer 4.16.0-dev:
MySQL: Fix saving bit(64) values (bug #839)
PostgreSQL: Preserve whitespace in EXPLAIN (bug #827)
PostgreSQL: Support SSL
PostgreSQL: Support dropping auto_increment
SQLite: Fix altering forign keys (bug #841)
SQLite: Fix expressions in default values (bug #860)
MS SQL: Foreign keys in non-default schema (bug #833)