Changed migration table number

This commit is contained in:
Peter Goodhall
2020-03-20 20:00:36 +00:00
parent 9250eb816d
commit 7d1fc66097
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'] = 37;
$config['migration_version'] = 38;
/*
|--------------------------------------------------------------------------