Skip to content

Commit 8c52635

Browse files
ENGCOM-6539: Fix #14001 - M2.2.3 directory_country_region_name locale fix? 8bytes zh_Hans_CN(11bytes) ca_ES_VALENCIA(14bytes) #26268
2 parents d58ec64 + b9cb2ff commit 8c52635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Directory/etc/db_schema.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
</table>
4646
<table name="directory_country_region_name" resource="default" engine="innodb"
4747
comment="Directory Country Region Name">
48-
<column xsi:type="varchar" name="locale" nullable="false" length="8" comment="Locale"/>
48+
<column xsi:type="varchar" name="locale" nullable="false" length="16" comment="Locale"/>
4949
<column xsi:type="int" name="region_id" padding="10" unsigned="true" nullable="false" identity="false"
5050
default="0" comment="Region ID"/>
5151
<column xsi:type="varchar" name="name" nullable="true" length="255" comment="Region Name"/>

0 commit comments

Comments
 (0)