factorial-io / phabalicious

Supports your deployments and every-day devops-tasks
http://docs.phab.io
MIT License
18 stars 3 forks source link

Feature/remove entity updates option in drush reset #79

Closed d34dman closed 4 years ago

d34dman commented 4 years ago

Support for automatic entity updates has been removed in Drupal 8.7.x https://www.drupal.org/node/3034742

Also I find a particular use case where it is not desirable and follow/ensure that these fields are removed properly via hook_update_N.

Here is a PR removing the option from drupal reset. Worst case, for users who still want to do entity-updates, can do that explicitely in resetFinished or something.