Problem/Motivation
`groupmedia_update_8001` uses the `group_relationship_type` storage type, however group 2.x uses `group_content_type` for the storage type.
Steps to reproduce
Install and enable version 3.0-alpha4. Add a group type and configure groupmedia to enable tracking. Upgrade to 3.0-alpha8. Run updates (update.php or drush updb). You'll receive the error `[error] The "group_relationship_type" entity type does not exist.`.
Proposed resolution
Use the correct storage ID `group_content_type`.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | groupmedia-3361324-2.patch | 692 bytes | david.muffley |
Comments
Comment #2
david.muffley commentedPatch to resolve the issue.
Comment #4
lobsterr commentedThank you for your contribution