Skip to content

Commit 97a5554

Browse files
authored
Merge pull request #2157 from codeigniter4/jim-parry-patch-1
Update migrations config
2 parents 2b266a2 + 459ffb0 commit 97a5554

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Config/Migrations.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Migrations extends BaseConfig
99
| Enable/Disable Migrations
1010
|--------------------------------------------------------------------------
1111
|
12-
| Migrations are disabled by default for security reasons.
12+
| Migrations are enabled by default for security reasons.
1313
| You should enable migrations whenever you intend to do a schema migration
1414
| and disable it back when you're done.
1515
|

0 commit comments

Comments
 (0)