diff --git a/application/migrations/005_add_dxcc_enddate .php b/application/migrations/005_add_dxcc_enddate .php deleted file mode 100644 index 0d827e42..00000000 --- a/application/migrations/005_add_dxcc_enddate .php +++ /dev/null @@ -1,22 +0,0 @@ - array('type' => 'datetime') - ); - - $this->dbforge->add_column('dxcc', $fields); - - } - - - public function down() - { - $this->dbforge->drop_column('dxcc', 'end_date'); - } -} -?> \ No newline at end of file