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

AhmedChebil created an issue. See original summary.

ahmedchebil’s picture

Issue summary: View changes
gxleano’s picture

Hi @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.

gxleano’s picture

Status: Active » Closed (cannot reproduce)