Closed (fixed)
Project:
Content Reminders
Version:
2.0.0-beta4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
23 Feb 2026 at 21:45 UTC
Updated:
4 Mar 2026 at 19:43 UTC
Jump to comment: Most recent
The migration script does not take into account the message field could be longer than a 255 length varchar and it fails when trying to save a message of that length. In addition, because there can be multiple emails, sometimes the existing email value is returned as an array.
Run the migration script.
For the message field:
type
For the returned existing email data:
Updating the message field from varchar (255) to longtext
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
timozura commentedTested. The database field for the Message field is now long text.
Comment #4
timozura commentedComment #6
timozura commented