Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Essential characteristics name field will be non-nullable as of v6.4.0.0
issue: NEXT-11000
author: Philip Gatzka
author_email: [email protected]
author_github: @philipgatzka
---
With NEXT-11000, the name
attribute in
ProductFeatureSetTranslationDefinition
was marked non-nullable. This change is also implemented on database-level with
Migration1601388975RequireFeatureSetName.php.
For blue-green deployment compatibility, the now non-nullable field will have an empty string as default value.