Added conkey and indkey to the ignore list for schema diff.

pull/29/head
Akshay Joshi 2020-03-27 14:41:18 +05:30
parent f17d4530a3
commit c002881f66
1 changed files with 2 additions and 1 deletions

View File

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