mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Added conkey and indkey to the ignore list for schema diff.
This commit is contained in:
@@ -26,7 +26,8 @@ class SchemaDiffTableCompare(SchemaDiffObjectCompare):
|
|||||||
|
|
||||||
constraint_keys_to_ignore = ['relname', 'nspname', 'parent_tbl',
|
constraint_keys_to_ignore = ['relname', 'nspname', 'parent_tbl',
|
||||||
'attrelid', 'adrelid', 'fknsp', 'confrelid',
|
'attrelid', 'adrelid', 'fknsp', 'confrelid',
|
||||||
'references', 'refnsp', 'remote_schema']
|
'references', 'refnsp', 'remote_schema',
|
||||||
|
'conkey', 'indkey']
|
||||||
|
|
||||||
trigger_keys_to_ignore = ['xmin', 'tgrelid', 'tgfoid', 'tfunction',
|
trigger_keys_to_ignore = ['xmin', 'tgrelid', 'tgfoid', 'tfunction',
|
||||||
'tgqual', 'tgconstraint']
|
'tgqual', 'tgconstraint']
|
||||||
|
|||||||
Reference in New Issue
Block a user