From e7f8d1beff1c4e90b1ea11b488674c09c5738f6f Mon Sep 17 00:00:00 2001 From: Charlotte REYMOND Date: Thu, 30 Sep 2021 08:45:56 +0200 Subject: [PATCH] Update README.md Add missing command to update workflow in database in order to see the alternative workflow in the list --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 49f46e8..2d31db8 100644 --- a/README.md +++ b/README.md @@ -23,4 +23,11 @@ Perform the installation: ``` php bin/console oro:platform:update --env=prod + +``` +Load the new workflow in database & the translations +``` +php bin/console oro:workflow:definition:load --env=prod +php bin/console oro:translation:load --env=prod + ```