diff options
author | Andrey Andreev <narf@devilix.net> | 2015-07-06 10:21:20 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-07-06 10:21:20 +0200 |
commit | c79a62c5c43c75a3dbc0af77433694340b235047 (patch) | |
tree | feb9420600d09b644d7b94aee6d47b55fb2aa707 /application/config | |
parent | 15c42483c744da24525ae87be4654483657cb2ed (diff) |
[ci skip] Update config/migration.php comments
Close #3951
Diffstat (limited to 'application/config')
-rw-r--r-- | application/config/migration.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/application/config/migration.php b/application/config/migration.php index 083bf287c..4b585a65c 100644 --- a/application/config/migration.php +++ b/application/config/migration.php @@ -21,12 +21,12 @@ $config['migration_enabled'] = FALSE; | Migration file names may be based on a sequential identifier or on | a timestamp. Options are: | -| 'sequential' = Default migration naming (001_add_blog.php) +| 'sequential' = Sequential migration naming (001_add_blog.php) | 'timestamp' = Timestamp migration naming (20121031104401_add_blog.php) | Use timestamp format YYYYMMDDHHIISS. | -| If this configuration value is missing the Migration library defaults -| to 'sequential' for backward compatibility. +| Note: If this configuration value is missing the Migration library +| defaults to 'sequential' for backward compatibility with CI2. | */ $config['migration_type'] = 'timestamp'; |