- Merge request !43rm uuid, langcode from wisski_individual entity definition and wrote correct... → (Merged) created by rnsrk
dfg-repository.wisski.cloud
Status report show a warning: Entity definition mismatch: field need update
Language field definition is set to not null, but has null values in revision tables.
Should only langcode strings, en, de ,und
Cannot update the wisski_individual befor null values are udpated, i.e. with drush entity:update wisski_individual:
Exception thrown while performing a schema update. SQLSTATE[01000]: Warning: 1265 Data truncated for column 'langcode' at row 1: ALTER TABLE "wisski_revision" CHANGE "langcode" "langcode" VARCHAR(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL; Array()
Update the basefield definition for the langcode, and update the table values/ write a update hook for legacy fields.
Active
4.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.