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 2c3a99f commit bba5174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion de/docs/development/create-new-module/bake-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ oitc rights
### Create 'Initial' migration file

```bash
oitc migrations create -p ExampleModule Initial
OITC_DEBUG=1 oitc migrations create -p ExampleModule Initial
```
Dieses Kommando erstellt eine Migrationsdatei innerhalb des `/config/Migrations` Verzeichnisses.
Der Dateiname wird mit dem Zeitstempel gepräfixt und sieht folgendermaßen aus `20220928065505_Initial.php`.
Expand Down

0 comments on commit bba5174

Please sign in to comment.