Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Add date_deleted to skip
Browse files Browse the repository at this point in the history
  • Loading branch information
roel-devries committed Jul 10, 2023
1 parent cf38f2c commit 321341f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gobcore/events/import_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class MODIFY(ImportEvent):
name = "MODIFY"
timestamp_field = "_date_modified"

skip = {"_entity_source_id", "_source_id", "_tid"}
skip = {"_entity_source_id", "_source_id", "_tid", "_date_deleted"}

def apply_to(self, entity):
# Set the hash
Expand Down

0 comments on commit 321341f

Please sign in to comment.