Fix drop/drop cascade for partitioned tables. Fixes #2550 Branch ------ master
Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f06c3578f6cbfdb3cd6a8ad40038bb0d9cc878fc Author: Akshay Joshi <akshay.jo...@enterprisedb.com> Modified Files -------------- .../servers/databases/schemas/tables/__init__.py | 26 +------------- .../schemas/tables/partitions/__init__.py | 41 ++++++++++++++++++++++ .../tables/partitions/static/js/partition.js | 31 ++++++++++------ .../databases/schemas/tables/static/js/table.js | 8 +++-- .../templates/table/sql/10_plus/properties.sql | 2 +- .../templates/table/sql/9.1_plus/properties.sql | 2 +- .../servers/databases/schemas/tables/utils.py | 39 ++++++++++++++++++++ 7 files changed, 108 insertions(+), 41 deletions(-)