mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
[migrations] remove duplicate file
This commit is contained in:
parent
baa8ae9996
commit
707209d41b
1 changed files with 0 additions and 22 deletions
|
|
@ -1,22 +0,0 @@
|
|||
<?php defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
class Migration_add_dxcc_enddate extends CI_Migration {
|
||||
|
||||
public function up()
|
||||
{
|
||||
|
||||
$fields = array(
|
||||
'end_date' => array('type' => 'datetime')
|
||||
);
|
||||
|
||||
$this->dbforge->add_column('dxcc', $fields);
|
||||
|
||||
}
|
||||
|
||||
|
||||
public function down()
|
||||
{
|
||||
$this->dbforge->drop_column('dxcc', 'end_date');
|
||||
}
|
||||
}
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue