diff --git a/database_client/models.py b/database_client/models.py index 40a2eb5e..0f1b860d 100644 --- a/database_client/models.py +++ b/database_client/models.py @@ -542,6 +542,7 @@ def __iter__(self): ForeignKey("public.record_types.id") ) approval_status_updated_at: Mapped[Optional[timestamp_tz]] + last_approval_editor_old: Mapped[Optional[str]] agencies: Mapped[list[AgencyExpanded]] = relationship( argument="AgencyExpanded",