Skip to content

Commit

Permalink
Properly marks field as nullable
Browse files Browse the repository at this point in the history
- see scireum/sirius-db#647

Fixes: SIRI-939
  • Loading branch information
mkeckmkeck committed Mar 15, 2024
1 parent 53ccb76 commit 3dd417c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/sirius/biz/tycho/kb/KnowledgeBaseEntry.java
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ public class KnowledgeBaseEntry extends SearchableEntity {
* Contains a short and concise description of this article.
*/
public static final Mapping DESCRIPTION = Mapping.named("description");
@NullAllowed
@SearchContent
private String description;

Expand Down

0 comments on commit 3dd417c

Please sign in to comment.