up migration_version to 251

This commit is contained in:
tallcode
2025-07-23 16:39:17 +08:00
parent 2b43c5cc25
commit 954c64f64b
2 changed files with 1 additions and 1 deletions

View File

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