show latest migration in log and make sure the log is in the correct order

This commit is contained in:
HB9HIL
2024-07-26 23:47:16 +02:00
parent f1d79f68e5
commit 8dbdb8b367
4 changed files with 84 additions and 74 deletions

View File

@@ -235,7 +235,7 @@ class CI_Migration {
else
{
// Well, there's nothing to migrate then ...
return TRUE;
return $current_version;
}
// Validate all available migrations within our target range.