Ensure that owner should be ignored while comparing extensions. Fixes #7145

This commit is contained in:
Akshay Joshi
2022-02-02 11:25:07 +05:30
parent c2d9219add
commit 78f0c9c4a5
2 changed files with 3 additions and 0 deletions

View File

@@ -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