Browse Source

increase comment size for volonteer

tripeur 4 years ago
parent
commit
cb7c3124c8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/java/fr/jaquin/bdlg/planner/persistence/Volunteer.java

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

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