adjust migration version in config

This commit is contained in:
HB9HIL
2024-12-14 09:35:51 +01:00
parent a0fcb38e5b
commit 87791396eb

View File

@@ -22,7 +22,7 @@ $config['migration_enabled'] = TRUE;
|
*/
$config['migration_version'] = 230;
$config['migration_version'] = 231;
/*
|--------------------------------------------------------------------------