Skip to content

Commit f3ece45

Browse files
authored
ENGCOM-3452: 18615 updates structure for last_trans_id to match structures for amazon and klarna. #18620
2 parents e4dcf65 + 31eb012 commit f3ece45

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
@@ -663,7 +663,7 @@
663663
<column xsi:type="varchar" name="cc_ss_start_month" nullable="true" length="128" comment="Cc Ss Start Month"/>
664664
<column xsi:type="varchar" name="echeck_account_type" nullable="true" length="255"
665665
comment="Echeck Account Type"/>
666-
<column xsi:type="varchar" name="last_trans_id" nullable="true" length="32" comment="Last Trans Id"/>
666+
<column xsi:type="varchar" name="last_trans_id" nullable="true" length="255" comment="Last Trans Id"/>
667667
<column xsi:type="varchar" name="cc_cid_status" nullable="true" length="32" comment="Cc Cid Status"/>
668668
<column xsi:type="varchar" name="cc_owner" nullable="true" length="128" comment="Cc Owner"/>
669669
<column xsi:type="varchar" name="cc_type" nullable="true" length="32" comment="Cc Type"/>

0 commit comments

Comments
 (0)