Commit ab5d286
committed
fix(bookmark): truncate title to 500 chars when archiving
Entry titles can be up to 1000 chars but Bookmark.title is VARCHAR(500).
This caused StringDataRightTruncationError when archiving entries with
long titles.1 parent 4708f5a commit ab5d286
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| |||
0 commit comments