Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Add versioning to Refund related entities
issue: NEXT-29869
author: Mateusz Kowalski
author_email: [email protected]
author_github: @matkowalski
---
- Added
VersionField
intoOrderTransactionCaptureDefinition
,OrderTransactionCaptureRefundDefinition
, andOrderTransactionCaptureRefundPositionDefinition
- Added property
orderTransactionVersionId
intoOrderTransactionCaptureEntity
- Added
ReferenceVersionField
to reference toOrderTransactionDefinition
intoOrderTransactionCaptureRefundDefinition
- Added property
captureVersionId
intoOrderTransactionCaptureRefundEntity
- Added
ReferenceVersionField
to reference toOrderTransactionCaptureRefundDefinition
intoOrderTransactionCaptureRefundPositionDefinition
- Added property
refundVersionId
intoOrderTransactionCaptureRefundPositionEntity
- Added migration
Migration1689856589AddVersioningForOrderTransactionCaptures
to:- Added new version related columns to
order_transaction_capture
,order_transaction_capture_refund
andorder_transaction_capture_refund_position
tables - Changed Primary Key for
order_transaction_capture
,order_transaction_capture_refund
andorder_transaction_capture_refund_position
tables to rely onid
andversion_id
fields - Changed Foreign Key for
order_transaction_capture
,order_transaction_capture_refund
andorder_transaction_capture_refund_position
tables to support versioned primary keys
- Added new version related columns to