Commit cce30e2
committed
Fix Notification entity: add @Nationalized for NVARCHAR(MAX) column
- Hibernate validates body column expecting varchar(max) (CLOB)
- Migration creates it as NVARCHAR(MAX) for Unicode support
- Add @Nationalized annotation so Hibernate expects NVARCHAR(MAX)1 parent e5c64be commit cce30e2
1 file changed
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| 46 | + | |
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
| |||
0 commit comments