mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-19 21:41:03 +08:00
Revert "optimize(backend): optimize /api/posts/latest-reply"
This reverts commit 1e87e9252d.
This commit is contained in:
@@ -67,10 +67,4 @@ public class Post {
|
||||
@Column
|
||||
private LocalDateTime pinnedAt;
|
||||
|
||||
@Column(nullable = false)
|
||||
private long commentCount = 0;
|
||||
|
||||
@Column
|
||||
private LocalDateTime lastReplyAt;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user