Closed (fixed)
Project:
Content Reminders
Version:
2.0.0-beta4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
25 Feb 2026 at 16:19 UTC
Updated:
4 Mar 2026 at 19:33 UTC
Jump to comment: Most recent
The migration script is not generic enough for a contributed module as it was created for a specific group in mind.
Remove the migration script and let potential end users migrate existing content reminders into a content_reminder table based on their specific setup.
Remove the migration script
In the file content_reminders.install replace the call to the migration script with a check to see if the content_reminder table exists. If the table does not exist, create the table, otherwise do nothing.
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 #2
theloneliestmonk commentedComment #5
timozura commentedComment #7
timozura commented