current()
| Returns: | TRUE if no migrations are found, current version string on success, FALSE on failure |
|---|---|
| Return type: | mixed |
Migrates up to the current version (whatever is set for $config['migration_version'] in application/config/migration.php).
Please login to continue.