-
Notifications
You must be signed in to change notification settings - Fork 3
Description
When updating to Openfed 8.7.x there are some projects showing issues related with missing entity updates.
On previous versions of Drupal core, there was a "drush entup" that was removed on Drupal 8.7.x (https://www.drupal.org/node/3034742) because it is not recommended to run such command in PROD. This command was being used to fix the above described issue, by updating database schema.
We don't really know why there are these errors about missing entity updates, so it should be investigated, but they are related with Core entities and contributed field types (as far as we checked). That may indicate that there are update hooks missing or not running properly.
As a workaround I propose to use https://www.drupal.org/project/devel_entity_updates until we figure this out.