File "116_version_116.php"

Full Path: /home/trinadezambia/public_html/democrm.trinadezambia.com/application/migrations/116_version_116.php
File size: 352 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
defined('BASEPATH') OR exit('No direct script access allowed');

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

public function up()
    {
        $this->db->query("ALTER TABLE `tbltaskchecklists` ADD `finished_from` INT NULL DEFAULT '0' AFTER `addedfrom`;");
    }
}