mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-09-14 10:48:56 +00:00
[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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user