RuntimeException: Unable to determine class for field type 'xxx' found in the 'field.storage.node.xxx' configuration in
drush sqlq "DELETE FROM cache_config"
drush sqlq "DELETE FROM config WHERE name = 'field.storage.xxx.xxx' OR data LIKE '%field.storage.xxx.xxx%'"
drush sqlq "DELETE FROM config_snapshot WHERE name = 'field.storage.xxx.xxx' OR data LIKE '%field.storage.xxx.xxx%'"
drush cr
或者
drush sql-dump --ordered-dump | grep field.storage.xxx.xxx
网友评论