We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d58ec64 + b9cb2ff commit 8c52635Copy full SHA for 8c52635
app/code/Magento/Directory/etc/db_schema.xml
@@ -45,7 +45,7 @@
45
</table>
46
<table name="directory_country_region_name" resource="default" engine="innodb"
47
comment="Directory Country Region Name">
48
- <column xsi:type="varchar" name="locale" nullable="false" length="8" comment="Locale"/>
+ <column xsi:type="varchar" name="locale" nullable="false" length="16" comment="Locale"/>
49
<column xsi:type="int" name="region_id" padding="10" unsigned="true" nullable="false" identity="false"
50
default="0" comment="Region ID"/>
51
<column xsi:type="varchar" name="name" nullable="true" length="255" comment="Region Name"/>
0 commit comments