File "266_version_266.php"

Full Path: /home/trinadezambia/public_html/admin_panel/democrm.trinadezambia.com/application/migrations/266_version_266.php
File size: 314 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

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

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

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