Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 18a7e85c6a4dcf29dde72f6e00d4d28c2fd19561
https://github.com/pgadmin-org/pgadmin4/commit/18a7e85c6a4dcf29dde72f6e00d4d28c2fd19561
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>
Date: 2023-01-02 (Mon, 02 Jan 2023)
Changed paths:
M web/pgadmin/tools/schema_diff/directory_compare.py
M web/pgadmin/tools/schema_diff/static/js/components/SchemaDiffCompare.jsx
Log Message:
-----------
Fixed an issue where the ignore owner flag is not working for some cases in the Schema Diff. #5622, #5655