@@ -45,34 +45,34 @@ Then, the step is described by additional properties depending on its type and m
4545
4646The following data migration step modes are available:
4747
48- | ` type` | `create` | `update` | `delete` | `swap` |
49- |------------------------|:--------:|:--------:|:--------:|:--------:|
50- | `action_configuration` | ✔ | ✔ | ✔ | |
51- | `attribute` | ✔ | ✔ | ✔ | |
52- | `attribute_group` | ✔ | ✔ | ✔ | |
53- | `content_type` | ✔ | ✔ | ✔ | |
54- | `content_type_group` | ✔ | ✔ | ✔ | |
55- | `content` | ✔ | ✔ | ✔ | |
56- | `currency` | ✔ | ✔ | ✔ | |
57- | `customer_group` | ✔ | ✔ | ✔ | |
58- | `discount` | ✔ | ✔ | | |
59- | `discount_code` | ✔ | | | |
60- | `language` | ✔ | | | |
61- | `location` | | ✔ | | ✔ |
62- | `object_state` | ✔ | | | |
63- | `object_state_group` | ✔ | | | |
64- | `payment_method` | ✔ | | | |
65- | `product_asset` | ✔ | | | |
66- | `product_availability` | ✔ | | | |
67- | `product_price` | ✔ | | | |
68- | `product_variant` | ✔ | | | |
69- | `role` | ✔ | ✔ | ✔ | |
70- | `section` | ✔ | ✔ | | |
71- | `segment` | ✔ | ✔ | ✔ | |
72- | `segment_group` | ✔ | ✔ | ✔ | |
73- | `setting` | ✔ | ✔ | ✔ | |
74- | `user` | ✔ | ✔ | | |
75- | `user_group` | ✔ | ✔ | ✔ | |
48+ | ` type` | `create` | `update` | `delete` | `swap` | `trash` |
49+ |------------------------|:--------:|:--------:|:--------:|:--------:|----------|
50+ | `action_configuration` | ✔ | ✔ | ✔ | | |
51+ | `attribute` | ✔ | ✔ | ✔ | | |
52+ | `attribute_group` | ✔ | ✔ | ✔ | | |
53+ | `content_type` | ✔ | ✔ | ✔ | | |
54+ | `content_type_group` | ✔ | ✔ | ✔ | | |
55+ | `content` | ✔ | ✔ | ✔ | | |
56+ | `currency` | ✔ | ✔ | ✔ | | |
57+ | `customer_group` | ✔ | ✔ | ✔ | | |
58+ | `discount` | ✔ | ✔ | | | |
59+ | `discount_code` | ✔ | | | | |
60+ | `language` | ✔ | | | | |
61+ | `location` | | ✔ | | ✔ | ✔ |
62+ | `object_state` | ✔ | | | | |
63+ | `object_state_group` | ✔ | | | | |
64+ | `payment_method` | ✔ | | | | |
65+ | `product_asset` | ✔ | | | | |
66+ | `product_availability` | ✔ | | | | |
67+ | `product_price` | ✔ | | | | |
68+ | `product_variant` | ✔ | | | | |
69+ | `role` | ✔ | ✔ | ✔ | | |
70+ | `section` | ✔ | ✔ | | | |
71+ | `segment` | ✔ | ✔ | ✔ | | |
72+ | `segment_group` | ✔ | ✔ | ✔ | | |
73+ | `setting` | ✔ | ✔ | ✔ | | |
74+ | `user` | ✔ | ✔ | | | |
75+ | `user_group` | ✔ | ✔ | ✔ | | |
7676
7777# ## Repeatable steps
7878
0 commit comments