Skip to content

Commit a9c326d

Browse files
committed
Removed default value for orm_module organize_migrations because it cannot be un-set
1 parent 1d9170b commit a9c326d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/module.config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
'migrations' => [],
169169
'all_or_nothing' => false,
170170
'check_database_platform' => true,
171-
'organize_migrations' => 'year', // year or year_and_month
171+
// 'organize_migrations' => 'year', // year or year_and_month or leave unchanged for default
172172
'custom_template' => null,
173173
],
174174
],

0 commit comments

Comments
 (0)