Skip to content

Commit

Permalink
Add last_approval_editor_old to SQLAlchemy model
Browse files Browse the repository at this point in the history
  • Loading branch information
maxachis committed Nov 16, 2024
1 parent c2220e4 commit 04bdefe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions database_client/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 04bdefe

Please sign in to comment.