Skip to content

Commit a1278cf

Browse files
committed
importing_data.md: Add location trash
1 parent 23be66d commit a1278cf

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

docs/content_management/data_migration/importing_data.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -45,34 +45,34 @@ Then, the step is described by additional properties depending on its type and m
4545
4646
The 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

Comments
 (0)