Updated migration number in configuration file.

This commit is contained in:
alext 2018-02-26 14:16:20 +01:00
parent 1b563eef9e
commit 4973d156f5
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ $config['migration_table'] = 'ea_migrations';
| be upgraded / downgraded to.
|
*/
$config['migration_version'] = 8; // current
$config['migration_version'] = 9; // current
/*