Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (15 loc) · 953 Bytes

2020-09-30-essential-characteristics-name-field-will-be-non-nullable-as-of-v6.4.0.0.md

File metadata and controls

18 lines (15 loc) · 953 Bytes
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
---

Core

Upgrade Information

name attribute of ProductFeatureSetTranslationDefinition will be non-nullable

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.