Fix migration errors on clean install

This commit is contained in:
Jeroen Peelaerts
2020-10-23 21:25:10 +02:00
committed by jekkos
parent fdb8cf8bda
commit 625fb584ed

View File

@@ -69,7 +69,7 @@ $config['migration_auto_latest'] = FALSE;
| be upgraded / downgraded to.
|
*/
$config['migration_version'] = 20171126100000;
$config['migration_version'] = 20180225100000;
/*
|--------------------------------------------------------------------------