While upgrading to Craft 5, I run into the following exception when running migrations:
*** applying m230511_000000_field_layout_configs
Exception: The cards static Super Table field is no longer supported. Update any references from block.myField to block.one().myField. (/var/www/html/vendor/yiisoft/yii2/base/Component.php:180)
0 /var/www/html/vendor/verbb/super-table/src/fields/SuperTableField.php(59): craft\services\Deprecator->log('verbb\supertabl...', 'The cards sta...')
Describe the bug
While upgrading to Craft 5, I run into the following exception when running migrations:
I have Matrix field in which one of the blocks contains a "cards" field that is a SuperTable field - but it's not set to be "static".
I tried saving the matrix field again, rebuilding Project Config after that and starting the migration again but the error persists.
Checking the database, the
fields
table has these settings for the field in question:Happy to supply a database or project config if that helps!
Steps to reproduce
Craft CMS version
5.0
Plugin version
4.0.0-beta.2
Multi-site?
Yes
Additional context
No response