Resolve schema diff dependencies by selecting the appropriate node automatically and maintain the order in the generated script. Fixes #5730
Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5b688cf949ee96e6552253bd4607e5f37d4d839c Author: Khushboo Vashi <khushboo.va...@enterprisedb.com> Modified Files -------------- docs/en_US/release_notes_4_25.rst | 3 +- web/pgadmin/tools/schema_diff/__init__.py | 11 + .../schema_diff/static/js/schema_diff.backform.js | 1 + .../static/js/schema_diff_dependency.js | 237 +++++++++++++++++++++ .../tools/schema_diff/static/js/schema_diff_ui.js | 54 +++-- 5 files changed, 292 insertions(+), 14 deletions(-)