Problem/Motivation

The migration script is not generic enough for a contributed module as it was created for a specific group in mind.

Proposed resolution

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.

Command icon Show commands

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

theloneliestmonk created an issue. See original summary.

theloneliestmonk’s picture

Issue summary: View changes

timozura made their first commit to this issue’s fork.

timozura’s picture

Status: Active » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

timozura’s picture

Version: 2.0.x-dev » 2.0.0-beta4
Status: Fixed » Closed (fixed)