Skip to content

Commit

Permalink
18615-Field-restriction-incompatibilities-between-klarna-core-order-a…
Browse files Browse the repository at this point in the history
…nd-sales-order-payment-last-trans-id

magento#18615:Field restriction incompatibilities between klarna_core_order and sales_order_payment last_trans_id
  • Loading branch information
Oleksii Gorbulin committed Nov 10, 2018
1 parent 072ef37 commit 925e0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Sales/etc/db_schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@
<column xsi:type="varchar" name="cc_ss_start_month" nullable="true" length="128" comment="Cc Ss Start Month"/>
<column xsi:type="varchar" name="echeck_account_type" nullable="true" length="255"
comment="Echeck Account Type"/>
<column xsi:type="varchar" name="last_trans_id" nullable="true" length="32" comment="Last Trans Id"/>
<column xsi:type="varchar" name="last_trans_id" nullable="true" length="255" comment="Last Trans Id"/>
<column xsi:type="varchar" name="cc_cid_status" nullable="true" length="32" comment="Cc Cid Status"/>
<column xsi:type="varchar" name="cc_owner" nullable="true" length="128" comment="Cc Owner"/>
<column xsi:type="varchar" name="cc_type" nullable="true" length="32" comment="Cc Type"/>
Expand Down

0 comments on commit 925e0fe

Please sign in to comment.