diff --git a/en/docs/development/create-new-module/bake-module.md b/en/docs/development/create-new-module/bake-module.md index 888cc0c..2fcc977 100644 --- a/en/docs/development/create-new-module/bake-module.md +++ b/en/docs/development/create-new-module/bake-module.md @@ -150,7 +150,7 @@ oitc rights ### Create 'Initial' migration file ```bash -oitc migrations create -p ExampleModule Initial +OITC_DEBUG=1 oitc migrations create -p ExampleModule Initial ``` This command will create a migration file inside `/config/Migrations` folder.