Skip to content

Commit

Permalink
ENGCOM-9345: Update length of 'increment_id' field for consistency #3…
Browse files Browse the repository at this point in the history
  • Loading branch information
sidolov authored Jan 31, 2022
2 parents 256a48b + 0790b4e commit 4fcc78c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/code/Magento/Sales/etc/db_schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
<column xsi:type="decimal" name="weight" scale="4" precision="12" unsigned="false" nullable="true"
comment="Weight"/>
<column xsi:type="datetime" name="customer_dob" on_update="false" nullable="true" comment="Customer Dob"/>
<column xsi:type="varchar" name="increment_id" nullable="true" length="32" comment="Increment ID"/>
<column xsi:type="varchar" name="increment_id" nullable="true" length="50" comment="Increment ID"/>
<column xsi:type="varchar" name="applied_rule_ids" nullable="true" length="128" comment="Applied Rule Ids"/>
<column xsi:type="varchar" name="base_currency_code" nullable="true" length="3" comment="Base Currency Code"/>
<column xsi:type="varchar" name="customer_email" nullable="true" length="128" comment="Customer Email"/>
Expand All @@ -208,7 +208,7 @@
<column xsi:type="varchar" name="hold_before_state" nullable="true" length="32" comment="Hold Before State"/>
<column xsi:type="varchar" name="hold_before_status" nullable="true" length="32" comment="Hold Before Status"/>
<column xsi:type="varchar" name="order_currency_code" nullable="true" length="3" comment="Order Currency Code"/>
<column xsi:type="varchar" name="original_increment_id" nullable="true" length="32"
<column xsi:type="varchar" name="original_increment_id" nullable="true" length="50"
comment="Original Increment ID"/>
<column xsi:type="varchar" name="relation_child_id" nullable="true" length="32" comment="Relation Child ID"/>
<column xsi:type="varchar" name="relation_child_real_id" nullable="true" length="32"
Expand Down

0 comments on commit 4fcc78c

Please sign in to comment.