DRUPAL 8.7 错误 taxonomy_term.XXXX 字段必须更新
DRUPAL 8.7 ERROR The taxonomy_term.XXXX field must be updated
我尝试 运行 快速更新实体,但从 8.7 版本开始它不起作用。
Drupal 版本:8.9.1
PHP版本:7.3.7
数据库版本:5.6.48-log Sistema
MySQL、MariaDB、Percona Server、等价物
错误:
定义实体/字段
实体和/或字段定义不匹配
在实体和字段类型定义中记录了以下更改。
分类术语
必须更新 taxonomy_term.field_catalogo_pdf 字段。
必须更新 taxonomy_term.field_categoria_subtitol 字段。
taxonomy_term.field_coll_img 字段需要更新。
安装 Devel Entity Updates 提供的模块和 运行 以下命令:
$ drush en devel_entity_updates -y
$ drush entup -y
我尝试 运行 快速更新实体,但从 8.7 版本开始它不起作用。
Drupal 版本:8.9.1
PHP版本:7.3.7
数据库版本:5.6.48-log Sistema MySQL、MariaDB、Percona Server、等价物
错误:
定义实体/字段
实体和/或字段定义不匹配
在实体和字段类型定义中记录了以下更改。
分类术语
必须更新 taxonomy_term.field_catalogo_pdf 字段。
必须更新 taxonomy_term.field_categoria_subtitol 字段。
taxonomy_term.field_coll_img 字段需要更新。
安装 Devel Entity Updates 提供的模块和 运行 以下命令:
$ drush en devel_entity_updates -y
$ drush entup -y