Commit 050e7c9
committed
Fix Finding_Group name truncated to 255 chars to prevent DataError
Finding_Group.name is varchar(255), but auto-group names built from
long component names, file paths, or titles could exceed that limit,
causing a DataError on import. Truncate the name in get_or_create to
stay within the database column length.
Fixes #143671 parent a49f1b4 commit 050e7c9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
365 | | - | |
| 365 | + | |
366 | 366 | | |
367 | 367 | | |
368 | 368 | | |
| |||
0 commit comments