Added conkey and indkey to the ignore list for schema diff.
parent
f17d4530a3
commit
c002881f66
|
@ -26,7 +26,8 @@ class SchemaDiffTableCompare(SchemaDiffObjectCompare):
|
|||
|
||||
constraint_keys_to_ignore = ['relname', 'nspname', 'parent_tbl',
|
||||
'attrelid', 'adrelid', 'fknsp', 'confrelid',
|
||||
'references', 'refnsp', 'remote_schema']
|
||||
'references', 'refnsp', 'remote_schema',
|
||||
'conkey', 'indkey']
|
||||
|
||||
trigger_keys_to_ignore = ['xmin', 'tgrelid', 'tgfoid', 'tfunction',
|
||||
'tgqual', 'tgconstraint']
|
||||
|
|
Loading…
Reference in New Issue