| 
									
										
										
										
											2022-12-22 04:24:35 +08:00
										 |  |  | <?php | 
					
						
							|  |  |  | defined('BASEPATH') or exit('No direct script access allowed'); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-12-22 04:27:36 +08:00
										 |  |  | class Migration_reupload_io117_and_fo118 extends CI_Migration | 
					
						
							| 
									
										
										
										
											2022-12-22 04:24:35 +08:00
										 |  |  | { | 
					
						
							|  |  |  | 	public function up() | 
					
						
							|  |  |  | 	{ | 
					
						
							|  |  |  |         $this->db->set('COL_LOTW_QSL_SENT', 'N'); | 
					
						
							|  |  |  |         $this->db->where('COL_SAT_NAME', 'IO-117'); | 
					
						
							|  |  |  |         $this->db->update($this->config->item('table_name')); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         $this->db->set('COL_LOTW_QSL_SENT', 'N'); | 
					
						
							|  |  |  |         $this->db->where('COL_SAT_NAME', 'FO-118'); | 
					
						
							|  |  |  |         $this->db->update($this->config->item('table_name')); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	public function down() | 
					
						
							|  |  |  | 	{ | 
					
						
							|  |  |  |         // Not Possible
 | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | } |