mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-06-04 04:54:40 +00: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