Skip to content

Commit

Permalink
docs: fix out-of-dated explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Sep 4, 2023
1 parent bebd7ff commit c4df611
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/Config/Migrations.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ class Migrations extends BaseConfig
*
* This is the name of the table that will store the current migrations state.
* When migrations runs it will store in a database table which migration
* level the system is at. It then compares the migration level in this
* table to the $config['migration_version'] if they are not the same it
* will migrate up. This must be set.
* files have already been run.
*/
public string $table = 'migrations';

Expand Down

0 comments on commit c4df611

Please sign in to comment.