Error
The website encountered an unexpected error. Please try again later.
Drupal\Core\Entity\EntityStorageException: Exception thrown while performing a schema update. Cannot rename node__field_r to field_deleted_data_b9d6309b74: table field_deleted_data_b9d6309b74 already exists. in Drupal\Core\Entity\Sql\SqlContentEntityStorage->wrapSchemaException() (line 1457 of core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php).
How to reproduce
- Export config
- Delete a field from a node in the UI
- "Undelete" field with drush config-import
- Delete the same field again in the UI.
One will get a similar error message like above.