| 
									
										
										
										
											2022-01-04 02:17:04 +08:00
										 |  |  | <?php | 
					
						
							|  |  |  | defined('BASEPATH') or exit('No direct script access allowed'); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class Migration_update_cas9_qsos extends CI_Migration | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	public function up() | 
					
						
							|  |  |  | 	{ | 
					
						
							|  |  |  |         $this->db->set('COL_SAT_NAME', 'HO-113'); | 
					
						
							|  |  |  |         $this->db->set('COL_LOTW_QSL_SENT', 'N'); | 
					
						
							|  |  |  |         $this->db->where('COL_SAT_NAME', 'CAS-9'); | 
					
						
							| 
									
										
										
										
											2022-01-04 08:55:10 +08:00
										 |  |  |         $this->db->update($this->config->item('table_name')); | 
					
						
							| 
									
										
										
										
											2022-01-04 02:17:04 +08:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	public function down() | 
					
						
							|  |  |  | 	{ | 
					
						
							|  |  |  |         // Not Possible
 | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | } |