Skip to content

Commit

Permalink
Fix #14001 - M2.2.3 directory_country_region_name locale fix? 8bytes …
Browse files Browse the repository at this point in the history
…zh_Hans_CN(11bytes) ca_ES_VALENCIA(14bytes)
  • Loading branch information
Bartlomiejsz committed Jan 5, 2020
1 parent 3e23510 commit 5fe7454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Directory/etc/db_schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</table>
<table name="directory_country_region_name" resource="default" engine="innodb"
comment="Directory Country Region Name">
<column xsi:type="varchar" name="locale" nullable="false" length="8" comment="Locale"/>
<column xsi:type="varchar" name="locale" nullable="false" length="16" comment="Locale"/>
<column xsi:type="int" name="region_id" padding="10" unsigned="true" nullable="false" identity="false"
default="0" comment="Region ID"/>
<column xsi:type="varchar" name="name" nullable="true" length="255" comment="Region Name"/>
Expand Down

0 comments on commit 5fe7454

Please sign in to comment.