- Issue created by @nicxvan
- First commit to issue fork.
- @apmsooner opened merge request.
When trying to convert from an image field to a media field I ran ddev ^Cush custom_field:remove-column and targeted the image subfield.
I saw this error:
* entity_type_id: paragraph
* field_name: field_success_social
* column: icon
Proceed with removing this column? (yes/no) [yes]:
> y
> In ExceptionHandler.php line 56:
> SQLSTATE[42S22]: Column not found: 1054 Unknown column 'field_success_social_icon__width' in 'INSERT INTO': INSERT INTO "paragraph__field_success_soc
> ial"
The table is now empty.
Active
3.1
Code