Wrong migration numbering

This commit is contained in:
Peter Goodhall
2020-03-02 20:44:59 +00:00
parent 9d576be0fd
commit 17abddbc2c
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'] = 39;
$config['migration_version'] = 36;
/*
|--------------------------------------------------------------------------