File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 295295# Migration (update 'company' content type)
296296docker compose --env-file=.env exec -T --user www-data app sh -c " php bin/console ibexa:migrations:import vendor/ibexa/corporate-account/src/bundle/Resources/migrations/2025_07_08_09_27_set_container_to_company.yaml"
297297docker compose --env-file=.env exec -T --user www-data app sh -c " php bin/console ibexa:migrations:migrate --file=2025_07_08_09_27_set_container_to_company.yaml --siteaccess=admin"
298+ docker compose --env-file=.env exec -T --user www-data app sh -c " php bin/console ibexa:migrations:import vendor/ibexa/product-catalog/src/bundle/Resources/migrations/2025_07_09_13_52_mark_product_category_container.yaml"
299+ docker compose --env-file=.env exec -T --user www-data app sh -c " php bin/console ibexa:migrations:migrate --file=2025_07_09_13_52_mark_product_category_container.yaml --siteaccess=admin"
300+ docker compose --env-file=.env exec -T --user www-data app sh -c " php bin/console ibexa:migrations:import vendor/ibexa/taxonomy/src/bundle/Resources/install/migrations/2025_08_09_14_47_mark_tag_as_container.yaml"
301+ docker compose --env-file=.env exec -T --user www-data app sh -c " php bin/console ibexa:migrations:migrate --file=2025_08_09_14_47_mark_tag_as_container.yaml --siteaccess=admin"
298302
299303# Generate new GraphQL schema if used (while admin-ui doesn't use it anymore)
300304docker compose --env-file=.env exec -T --user www-data app sh -c " php bin/console ibexa:graphql:generate-schema"
You can’t perform that action at this time.
0 commit comments