Problem/Motivation
Running
drush updb
I get the following error:
[notice] Update started: micon_update_8002
> [error] The SQL storage cannot change the schema for an existing field (field_paragraphs_icon in paragraph entity) with data.
> [error] Update failed: micon_update_8002Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork micon-3447708
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
anybody@Grevil: Any ideas? We can have a look at this tomorrow.
Comment #3
grevil commentedWe forgot to comment here. This will be fixed through https://www.drupal.org/node/3397892 using Drupal 10.3.0. Until then, we can simply comment out the update hook for now, as it isn't that necessary mandatory.
Comment #4
grevil commentedOk I just created an Icon Field as a test and the field storage settings are indeed an empty array!
Comment #6
grevil commentedComment #8
grevil commented10.3.0 is stable now for a long time, this should be doable again.
Comment #9
grevil commentedAfterward, we should create a new release.
Comment #10
grevil commentedComment #11
grevil commentedAlright, please review! This is definitely needed. Further infos in the related issue.
Comment #12
anybodyThanks for the fix on #3428592: Micon missing schema for its fields definitions! RTBC!
Comment #14
anybody