/home/edulekha/crm.edulekha.com/modules/appointly/migrations/113_version_113.php
<?php

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

class Migration_Version_113 extends App_module_migration
{
     public function up()
     {
          $CI = &get_instance();

          add_option('appointly_appointments_recaptcha', '0');
     }
}