跳到正文
gloomcheng/

ARCHIVE / 

[Drupal] 欄位即將刪除

如果要移除模組時,遇到「欄位即將刪除(fields pending deletion)」,且清除快取或執行 cron 之後還是無法處理時,這時可以試試以下的 drush 指令

drush php-eval 'field_purge_batch(10000);'

Ref: “Fields pending deletion” stopping module unistall - how to delete manually?