diff options
author | Jonathon Hill <jhill@brandmovers.com> | 2012-11-12 15:03:36 +0100 |
---|---|---|
committer | Jonathon Hill <jhill@brandmovers.com> | 2012-11-12 15:03:36 +0100 |
commit | b719bfdb268926e764a787ffcab1a3ea9c9759d7 (patch) | |
tree | 4329fd690881f4c343fe8b5f4fa5b9078dd84ea9 /application | |
parent | 3978fc33d82dd7f778d1adbf30744f4dfac41c25 (diff) |
Changed the `migration_style` config setting to `migration_type`
Signed-off-by: Jonathon Hill <jhill@brandmovers.com>
Diffstat (limited to 'application')
-rw-r--r-- | application/config/migration.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/config/migration.php b/application/config/migration.php index 476da1b8e..3ea3ef93c 100644 --- a/application/config/migration.php +++ b/application/config/migration.php @@ -39,7 +39,7 @@ $config['migration_enabled'] = FALSE; /* |-------------------------------------------------------------------------- -| Migration Style +| Migration Type |-------------------------------------------------------------------------- | | Migration file names may be based on a sequential identifier or on @@ -53,7 +53,7 @@ $config['migration_enabled'] = FALSE; | to 'sequential' for backward compatibility. | */ -$config['migration_style'] = 'timestamp'; +$config['migration_type'] = 'timestamp'; /* |-------------------------------------------------------------------------- |