Change DB TO column to something bigger
-
Hey.
In one of my websites, there is a notification that is sent to 9 different email accounts. There are no issues with the sending itself, but after serialization, the string exceeds 255 characters and, as a result, not all of it is saved in the “TO” column of the “_fsmpt_email_logs” table.
Since the string is truncated, the serialization becomes invalid, and it no longer appears in the logs as well: https://cln.sh/25DG1n1Z
VARCHAR is still enough but maybe change length to something higher? For reference, 623 was the total size of my serialized string with the 9 emails.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Change DB TO column to something bigger’ is closed to new replies.