whoami7 - Manager
:
/
home
/
kckglobal
/
cloud.kckglobal.net
/
modules
/
accounting
/
migrations
/
Upload File:
files >> //home/kckglobal/cloud.kckglobal.net/modules/accounting/migrations/110_version_110.php
<?php defined('BASEPATH') or exit('No direct script access allowed'); class Migration_Version_110 extends App_module_migration { public function up() { $CI = &get_instance(); //Version 1.1.0 if (!$CI->db->field_exists('itemable_id' ,db_prefix() . 'acc_account_history')) { $CI->db->query('ALTER TABLE `' . db_prefix() . 'acc_account_history` ADD COLUMN `itemable_id` INT(11) NULL;'); } } }
Copyright ©2021 || Defacer Indonesia