mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure that owner should be ignored while comparing extensions. Fixes #7145
This commit is contained in:
@@ -120,6 +120,8 @@ class ExtensionView(PGChildNodeView, SchemaDiffObjectCompare):
|
||||
'children': [{'get': 'children'}]
|
||||
})
|
||||
|
||||
keys_to_ignore = ['oid', 'oid-2', 'owner']
|
||||
|
||||
def check_precondition(f):
|
||||
"""
|
||||
This function will behave as a decorator which will checks
|
||||
|
||||
Reference in New Issue
Block a user