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_8002

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Issue fork micon-3447708

Command icon 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

Anybody created an issue. See original summary.

anybody’s picture

@Grevil: Any ideas? We can have a look at this tomorrow.

grevil’s picture

We 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.

grevil’s picture

Ok I just created an Icon Field as a test and the field storage settings are indeed an empty array!

  • Grevil committed 301e34dc on 2.x
    Comment out update_hook_8002() for now. Related to issue #3447708.
    
grevil’s picture

Status: Active » Postponed

grevil’s picture

Assigned: grevil » anybody
Status: Postponed » Needs review

10.3.0 is stable now for a long time, this should be doable again.

grevil’s picture

Afterward, we should create a new release.

grevil’s picture

grevil’s picture

Alright, please review! This is definitely needed. Further infos in the related issue.

anybody’s picture

Assigned: anybody » Unassigned
Status: Needs review » Reviewed & tested by the community

anybody’s picture

Status: Reviewed & tested by the community » Fixed

  • grevil committed 9d2b78a5 on 2.x
    Adjust hook update message related to issue #3447708
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.