Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 1806866bf53108def2623e163d1ea8bb37bf637a https://github.com/pgadmin-org/pgadmin4/commit/1806866bf53108def2623e163d1ea8bb37bf637a Author: Aditya Toshniwal <aditya.toshni...@enterprisedb.com> Date: 2023-02-10 (Fri, 10 Feb 2023)
Changed paths: M docs/en_US/erd_tool.rst M docs/en_US/images/erd_tool.png M docs/en_US/images/erd_tool_toolbar.png M web/pgadmin/tools/erd/__init__.py M web/pgadmin/tools/erd/static/js/erd_tool/components/ERDTool.jsx M web/pgadmin/tools/erd/static/js/erd_tool/components/MainToolBar.jsx M web/pgadmin/tools/erd/static/js/erd_tool/links/OneToManyLink.jsx M web/pgadmin/tools/erd/static/js/erd_tool/nodes/TableNode.jsx M web/regression/javascript/erd/erd_core_spec.js Log Message: ----------- Allow changing cardinality notation in ERD to use Chen notation. #5832