Ver código fonte

increase comment size for volonteer

tripeur 4 anos atrás
pai
commit
cb7c3124c8

+ 1 - 0
src/main/java/fr/jaquin/bdlg/planner/persistence/Volunteer.java

@@ -21,6 +21,7 @@ public class Volunteer {
   private String surname;
   private String phone;
   private String email;
+  @Column(length = 500)
   private String comment;
   private Boolean imported;