Open rbargerhuff opened 2 years ago
This module is missing support for migrating from Drupal 7 to Backdrop CMS. A hook_update_N() is missing that converts RIDs from IDs to string keys.
hook_update_N()
Also, the schema should redefine the rids column to role because Backdrop no longer uses rids when working with roles.
rids
role
Hi, just wondering why the PR for the issue has not been accepted yet? Thank you.
@ericfg Trying to bring attention to this issue.
This module is missing support for migrating from Drupal 7 to Backdrop CMS. A
hook_update_N()
is missing that converts RIDs from IDs to string keys.Also, the schema should redefine the
rids
column torole
because Backdrop no longer usesrids
when working with roles.