CI_Migration::current PHP Method

current() public method

Sets the schema to the migration version set in config
public current ( ) : mixed
return mixed TRUE if no migrations are found, current version string on success, FALSE on failure
    public function current()
    {
        return $this->version($this->_migration_version);
    }