Removed comment from migration config file

This commit is contained in:
Alex Tselegidis 2020-04-23 20:35:36 +02:00
parent f571fc9de8
commit 13dfc33581
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'] = 19; // current
$config['migration_version'] = 19;
/*