Updated migration_version to 014 in migration.php

This commit is contained in:
bison
2016-08-29 13:41:55 +02:00
parent 66de5536ac
commit 0581183b28
+1 -1
View File
@@ -23,7 +23,7 @@ $config['migration_enabled'] = TRUE;
| be upgraded / downgraded to.
|
*/
$config['migration_version'] = '011';
$config['migration_version'] = '014';
/*
|--------------------------------------------------------------------------