@@ -175,14 +175,14 @@ you can now run data migration required by the Customer Portal and Commerce feat
175
175
176
176
` ` ` bash
177
177
php bin/console ibexa:migrations:import vendor/ibexa/corporate-account/src/bundle/Resources/migrations/customer_portal.yaml --name=2023_03_06_13_00_customer_portal.yaml
178
- php bin/console ibexa:migration :migrate --file=2023_03_06_13_00_customer_portal.yaml
178
+ php bin/console ibexa:migrations :migrate --file=2023_03_06_13_00_customer_portal.yaml
179
179
` ` `
180
180
181
181
- Corporate access role update [[% include 'snippets/experience_badge.md' %]] [[% include 'snippets/commerce_badge.md' %]]
182
182
183
183
` ` ` bash
184
184
php bin/console ibexa:migrations:import vendor/ibexa/corporate-account/src/bundle/Resources/migrations/2023_05_09_12_40_corporate_access_role_update.yaml --name=2023_05_09_12_40_corporate_access_role_update.yaml
185
- php bin/console ibexa:migration :migrate --file=2023_05_09_12_40_corporate_access_role_update.yaml
185
+ php bin/console ibexa:migrations :migrate --file=2023_05_09_12_40_corporate_access_role_update.yaml
186
186
` ` `
187
187
188
188
- Corporate account [[% include 'snippets/commerce_badge.md' %]]
@@ -191,26 +191,26 @@ This migration allows all company members to shop in the frontend shop. If you h
191
191
192
192
` ` ` bash
193
193
php bin/console ibexa:migrations:import vendor/ibexa/storefront/src/bundle/Resources/migrations/2023_04_27_10_30_corporate_account.yaml --name=2023_04_27_10_30_corporate_account.yaml
194
- php bin/console ibexa:migration :migrate --file=2023_04_27_10_30_corporate_account.yaml
194
+ php bin/console ibexa:migrations :migrate --file=2023_04_27_10_30_corporate_account.yaml
195
195
` ` `
196
196
197
197
- Storefront user update [[% include 'snippets/commerce_badge.md' %]]
198
198
199
199
` ` ` bash
200
200
php bin/console ibexa:migrations:import vendor/ibexa/storefront/src/bundle/Resources/migrations/2023_04_27_11_20_storefront_user_role_update.yaml --name=2023_04_27_11_20_storefront_user_role_update.yaml
201
- php bin/console ibexa:migration :migrate --file=2023_04_27_11_20_storefront_user_role_update.yaml
201
+ php bin/console ibexa:migrations :migrate --file=2023_04_27_11_20_storefront_user_role_update.yaml
202
202
` ` `
203
203
204
204
- Shipment permissions [[% include 'snippets/commerce_badge.md' %]]
205
205
206
206
` ` ` bash
207
207
php bin/console ibexa:migrations:import vendor/ibexa/shipping/src/bundle/Resources/install/migrations/shipment_permissions.yaml --name=shipment_permissions.yaml
208
- php bin/console ibexa:migration :migrate --file=shipment_permissions.yaml
208
+ php bin/console ibexa:migrations :migrate --file=shipment_permissions.yaml
209
209
` ` `
210
210
211
211
- Order permissions [[% include 'snippets/commerce_badge.md' %]]
212
212
213
213
` ` ` bash
214
214
php bin/console ibexa:migrations:import vendor/ibexa/order-management/src/bundle/Resources/install/migrations/order_permissions.yaml --name=order_permissions.yaml
215
- php bin/console ibexa:migration :migrate --file=order_permissions.yaml
215
+ php bin/console ibexa:migrations :migrate --file=order_permissions.yaml
216
216
` ` `
0 commit comments