mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed event trigger comparing issue in Schema Diff tool. Fixes #7146
This commit is contained in:
@@ -174,7 +174,7 @@ class EventTriggerView(PGChildNodeView, SchemaDiffObjectCompare):
|
||||
'fopts': [{'get': 'get_event_funcs'}, {'get': 'get_event_funcs'}]
|
||||
})
|
||||
|
||||
keys_to_ignore = ['oid', 'xmin', 'oid-2', 'eventfuncoid']
|
||||
keys_to_ignore = ['oid', 'xmin', 'oid-2', 'eventfuncoid', 'schemaoid']
|
||||
|
||||
def check_precondition(f):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user