File "123_version_123.php"
Full Path: /home/trinadezambia/public_html/admin_panel/democrm.trinadezambia.com/application/migrations/123_version_123.php
File size: 303 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
class Migration_Version_123 extends CI_Migration
{
function __construct()
{
parent::__construct();
}
public function up()
{
// Nothing to do here only to update db version
}
}