I got following error while running drush entity-updates. Drupal\Core\Entity\EntityStorageException: The SQL storage cannot change the schema for an existing entity type (workflow_transition) with data. in [error] Drupal\Core\Entity\Sql\SqlContentEntityStorageSchema->onEntityTypeUpdate() (line 323 of /mnt/www/html/redpepperdev/docroot/core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php After the workflow module is updated to 8.x-1.0. It shows that data is present in the workflow_transition field. What is the solution to runRead more