Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: b086e1fd8359b10c6937dc7e56540d952a512b4c https://github.com/pgadmin-org/pgadmin4/commit/b086e1fd8359b10c6937dc7e56540d952a512b4c Author: Aditya Toshniwal <aditya.toshni...@enterprisedb.com> Date: 2022-10-06 (Thu, 06 Oct 2022)
Changed paths: M docs/en_US/erd_tool.rst M docs/en_US/images/erd_tool_toolbar.png M docs/en_US/images/preferences_erd_keyboard_shortcuts.png A docs/en_US/images/preferences_erd_options.png M docs/en_US/preferences.rst M docs/en_US/release_notes_6_15.rst M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/__init__.py M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/utils.py M web/pgadmin/tools/erd/__init__.py M web/pgadmin/tools/erd/static/js/erd_tool/ERDConstants.js 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/utils.py M web/yarn.lock Log Message: ----------- Add option to generate SQL with DROP table DDL in ERD Tool. #4997