Problem/Motivation
Seems like I introduced a schema issue in #3204240: Add an equal height setting:
Entity/field definitions
Mismatched entity and/or field definitions
The following changes were detected in the entity type and field definitions.
ParagraphThe paragraph.field_paragraph_settings field needs to be updated.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork drowl_paragraphs-3342421
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
anybodyTypically the update hook should have updated the schema:
Unsure, why that didn't work...
Comment #3
anybodyAlso the log says:
Comment #4
anybodyOk found it! I forgot to add
equal_height_groupinsrc/Plugin/Field/FieldType/DrowlParagraphsSettingsItem.php
I'll fix that.
Comment #6
anybodyComment #7
anybodyFixed, I'll tag a new 4.2.24 release.