Skip to content

Commit 459ffb0

Browse files
authored
Update migrations config
Migrations should be enabled by default.
1 parent 2b266a2 commit 459ffb0

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)