Skip to content

Commit 6d94e2e

Browse files
committed
docs: fix out-of-dated explanation
1 parent ec9d753 commit 6d94e2e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/Config/Migrations.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ class Migrations extends BaseConfig
2525
*
2626
* This is the name of the table that will store the current migrations state.
2727
* When migrations runs it will store in a database table which migration
28-
* level the system is at. It then compares the migration level in this
29-
* table to the $config['migration_version'] if they are not the same it
30-
* will migrate up. This must be set.
28+
* files have already been run.
3129
*/
3230
public string $table = 'migrations';
3331

0 commit comments

Comments
 (0)