Jean-Francois Leveque

Adaptation pour migration

...@@ -229,6 +229,7 @@ public class Account /* extends org.roliste.data.DbTraceableEntity */ implements ...@@ -229,6 +229,7 @@ public class Account /* extends org.roliste.data.DbTraceableEntity */ implements
229 /** 229 /**
230 * Presentation text. 230 * Presentation text.
231 */ 231 */
232 + @Lob
232 private String presentation; 233 private String presentation;
233 234
234 /** 235 /**
......