Skip to content

Commit

Permalink
PI-2161: Fixed last updated column name (#3834)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcphee77 authored May 24, 2024
1 parent cbb862c commit bb68878
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ class CaseNote(
var createdByUserId: Long = 0,

@LastModifiedDate
@Column(name = "last_updated_datetime")
val lastUpdatedDateTime: ZonedDateTime = ZonedDateTime.now(),

@LastModifiedBy
Expand Down

0 comments on commit bb68878

Please sign in to comment.