Issue with field structure
$drush updatedb:status --entity-updates
------------------ ----------- --------------- ------------------------------------------------
Module Update ID Type Description
------------------ ----------- --------------- ------------------------------------------------
node entity type entity-update The JSON-LD Schemas field needs to be updated.
------------------ ----------- --------------- ------------------------------------------------
Steps to reproduce :
D9.4.7 , Php : 8.1.10, 10.5.15-MariaDB-0+deb11u1
Proposed resolution :
Drupal removed its automatic entity-updates API in 8.7. Any insight on the source of the issue please ?
Edit : Couldn't run drush updb, uninstalled the module until i find a solution.
Comments
Comment #2
ahmedchebil commentedComment #3
gxleano commentedHi @AhmedChebil
I'm not able to reproduce the problem that you have.
Seems like this is not an issue from the module itself, It's possible that implementing a
hook_update_N()could resolve this by updating the field on your end.Comment #4
gxleano commented