Skip to content

Commit

Permalink
Migrations require debug=true to work cakephp/migrations#565
Browse files Browse the repository at this point in the history
  • Loading branch information
nook24 authored Oct 26, 2022
1 parent bd367fb commit 2c3a99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/docs/development/create-new-module/bake-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2c3a99f

Please sign in to comment.