X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=plomtask%2Fversioned_attributes.py;fp=plomtask%2Fversioned_attributes.py;h=b04c56465a74e1c7626736a0b7bb85f3ef5b8962;hb=ae757881abfe760e8a942a4d2f0667dd7fa0ac4b;hp=b7e54e287f9844fe9cc910dcf53ac15cc1a8421e;hpb=db62e6559fdd577dae38d4b6f5cbd5ef6a14cc57;p=plomtask diff --git a/plomtask/versioned_attributes.py b/plomtask/versioned_attributes.py index b7e54e2..b04c564 100644 --- a/plomtask/versioned_attributes.py +++ b/plomtask/versioned_attributes.py @@ -28,7 +28,7 @@ class VersionedAttribute: @property def as_dict(self) -> dict[str, object]: """Return self as (json.dumps-coompatible) dict.""" - d = {'parent_process_id': self.parent.id_, + d = {'parent_id': self.parent.id_, 'table_name': self.table_name, 'history': self.history} return d