/home/edulekha/crm.edulekha.com/modules/appointly/migrations/123_version_123.php
<?php

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

class Migration_Version_123 extends App_module_migration
{

    public function up()
    {
        // No database updates
    }

}