/home/edulekha/crm.edulekha.com/application/migrations/213_version_213.php
<?php

defined('BASEPATH') or exit('No direct script access allowed');

class Migration_Version_213 extends CI_Migration
{
    public function __construct()
    {
        parent::__construct();
    }

    public function up()
    {
        // Nothing to do here just update database number
    }
}