Sindbad~EG File Manager

Current Path : /home/atdotid/posdemo.aturtoko.id/application/migrations/
Upload File :
Current File : /home/atdotid/posdemo.aturtoko.id/application/migrations/20191008100000_receipttaxindicator.php

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

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

	public function up()
	{
		$this->db->query('INSERT INTO ' . $this->db->dbprefix('app_config') . ' (`key`, `value`)
			VALUES (\'receipt_show_tax_ind\', \'0\')');
	}

	public function down()
	{
		$this->db->query('DELETE FROM ' . $this->db->dbprefix('app_config') . ' WHERE key = \'receipt_show_tax_ind\'');
	}
}
?>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists