Update migration script due to recent changes in

upstream target branch
This commit is contained in:
phl0
2022-08-24 17:20:25 +02:00
parent 133239df7f
commit 05765d1dc4
2 changed files with 1 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ $config['migration_enabled'] = TRUE;
| be upgraded / downgraded to.
|
*/
$config['migration_version'] = 96;
$config['migration_version'] = 97;
/*
|--------------------------------------------------------------------------