File "113_version_113.php"

Full Path: /home/trinadezambia/public_html/democrm.trinadezambia-20260517144640/application/migrations/113_version_113.php
File size: 318 bytes
MIME-type: text/x-php
Charset: utf-8

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

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

public function up()
{
// Nothing to do here
// Only database version in the table tblmigrations will be updated auo
}
}