pgAdmin 4 commit: Added support for composite foreign keys in the ERD t

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Added support for composite foreign keys in the ERD t
Date: 2021-10-13 08:59:14
Message-ID: E1maa6U-0007F0-SM@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Added support for composite foreign keys in the ERD tool. Fixes #6891

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8b7b63868f91803db8db2dc1b177b268fa57ce78
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_6_1.rst | 1 +
.../foreign_key/static/js/foreign_key.ui.js | 8 +++++++-
.../databases/schemas/tables/static/js/table.ui.js | 9 +++++++++
.../tools/erd/static/js/erd_tool/nodes/TableNode.jsx | 19 ++++++++++++-------
.../javascript/schema_ui_files/foreign_key.ui.spec.js | 8 ++++++--
5 files changed, 35 insertions(+), 10 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-10-13 08:59:49 Re: [pgAdmin][RM6891] Composite foreign keys in ERD
Previous Message Aditya Toshniwal 2021-10-13 08:22:30 Re: [pgAdmin][RM6891] Composite foreign keys in ERD