pgAdmin 4 commit: Synchronises the column's primary key flag and primar

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Synchronises the column's primary key flag and primar
Дата
Msg-id E1mScXD-0000Am-FW@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Synchronises the column's primary key flag and primary key constraint. Fixes #6762

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=af230c812b62444d6e2372051cb4bc12d5cffe4b
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
.../index_constraint/static/js/primary_key.ui.js   |  4 ++
.../static/js/unique_constraint.ui.js              |  4 ++
.../databases/schemas/tables/static/js/table.ui.js | 46 ++++++++++++++++++++--
3 files changed, 51 insertions(+), 3 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Aditya Toshniwal
Дата:
Сообщение: Re: [pgAdmin][patch] ERD table dialog failing to open
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][RM6762] Unable to create primary key from Table>Column tab