Skip to content

Commit d0288a7

Browse files
Merge remote-tracking branch 'remotes/github/MAGETWO-70681' into EPAM-PR-55
2 parents be5b05b + a68aa65 commit d0288a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
<column xsi:type="varchar" name="remote_ip" nullable="true" length="45" comment="Remote Ip"/>
220220
<column xsi:type="varchar" name="shipping_method" nullable="true" length="120"/>
221221
<column xsi:type="varchar" name="store_currency_code" nullable="true" length="3" comment="Store Currency Code"/>
222-
<column xsi:type="varchar" name="store_name" nullable="true" length="32" comment="Store Name"/>
222+
<column xsi:type="varchar" name="store_name" nullable="true" length="255" comment="Store Name"/>
223223
<column xsi:type="varchar" name="x_forwarded_for" nullable="true" length="32" comment="X Forwarded For"/>
224224
<column xsi:type="text" name="customer_note" nullable="true" comment="Customer Note"/>
225225
<column xsi:type="timestamp" name="created_at" on_update="false" nullable="false" default="CURRENT_TIMESTAMP"

0 commit comments

Comments
 (0)