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

PostgreSQL: Support adding auto_increment (bug #761)

This commit is contained in:
Jakub Vrana
2025-02-20 11:11:01 +01:00
parent 94f75f9798
commit f248fb29b1
2 changed files with 13 additions and 5 deletions

View File

@@ -2,7 +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
PostgreSQL: Support altering auto_increment (bug #761)
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)