mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-19 05:21:15 +08:00
Use nullable Boolean for rssExcluded
This commit is contained in:
@@ -68,5 +68,5 @@ public class Post {
|
||||
private LocalDateTime pinnedAt;
|
||||
|
||||
@Column(nullable = true)
|
||||
private boolean rssExcluded = true;
|
||||
private Boolean rssExcluded = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user