Skip to content
Snippets Groups Projects

Fix migration and more

7 files
+ 29
0
Compare changes
  • Side-by-side
  • Inline

Files

@@ -69,9 +69,11 @@ public class JobOffer {
@Nullable
private String description;
@Lob
@Nullable
private String hiringMessage;
@Lob
@Nullable
private String rejectMessage;
Loading