- Issue created by @carstenhager
After updating to the invite module 3.x dev version, the status report shows the following error:
Mismatched entity and/or field definitions
The following changes were detected in the entity type and field definitions:
Invite – The Invite Type field needs to be updated.
This indicates a mismatch between the stored entity schema and the current field definitions.
While the issue can be resolved using the entity_update module, this requires all existing content to be deleted before running the update, which is not feasible in our case due to live data.
It would be helpful if the module provided an update hook or schema adjustment that resolves this field mismatch programmatically, without requiring entity deletion. This would support seamless upgrades for sites with existing Invite data.
Active
3.0
Code