[AB-xxx] refactoring to use a separate updated column for the auto closing

wrapping modmail thread actions into a separate transaction
This commit is contained in:
Sheldan
2026-04-25 23:27:22 +02:00
parent a7bab8fa3e
commit f157b1edd7
8 changed files with 43 additions and 5 deletions

View File

@@ -56,6 +56,9 @@ public class ModMailThread implements Serializable {
@Column(name = "updated", insertable = false, updatable = false)
private Instant updated;
@Column(name = "last_updated")
private Instant lastUpdated;
@Column(name = "closed")
private Instant closed;