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

PostgreSQL: Constraint enum values in editing (bug #270)

This commit is contained in:
Jakub Vrana
2025-02-22 13:39:44 +01:00
parent 20d722b882
commit e282ced59e
3 changed files with 14 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
Adminer 4.16.1-dev:
Hide index column options by default
PostgreSQL: Link user defined types
PostgreSQL: Constraint enum values in editing (bug #270)
SQLite: Show all supported pragmas in Variables
MS SQL: Allow altering table in non-default schema (bug #405)
MS SQL: Fix default values (bug #732, bug #733)