0

I tried to run drush entity update but from version 8.7 it doesn't work.

Drupal Version: 8.9.1

PHP Version: 7.3.7

Database Version: 5.6.48-log Sistema MySQL, MariaDB, Percona Server, o equivalenti

Error:

definitions entity / field

Mismatching of entity and / or field definitions

The following changes were noted in the entity and field type definitions.

Taxonomy term

  • The taxonomy_term.field_catalogo_pdf field must be updated.

  • The taxonomy_term.field_categoria_subtitol field must be updated.

  • The taxonomy_term.field_coll_img field needs to be updated.

enter image description here

James Z
  • 12,209
  • 10
  • 24
  • 44

1 Answers1

0

Install the Devel Entity Updates contributed module and run the following commands:

$ drush en devel_entity_updates -y
$ drush entup -y
baikho
  • 5,203
  • 4
  • 40
  • 47