Reset LoTW upload for LEDSAT
这个提交包含在:
		
							父节点
							
								
									f957ca342e
								
							
						
					
					
						当前提交
						98477eb449
					
				
					共有  2 个文件被更改,包括 18 次插入 和 1 次删除
				
			
		|  | @ -21,7 +21,7 @@ $config['migration_enabled'] = TRUE; | ||||||
| | be upgraded / downgraded to. | | be upgraded / downgraded to. | ||||||
| | | | | ||||||
| */ | */ | ||||||
| $config['migration_version'] = 130; | $config['migration_version'] = 131; | ||||||
| 
 | 
 | ||||||
| /* | /* | ||||||
| |-------------------------------------------------------------------------- | |-------------------------------------------------------------------------- | ||||||
|  |  | ||||||
|  | @ -0,0 +1,17 @@ | ||||||
|  | <?php | ||||||
|  | defined('BASEPATH') or exit('No direct script access allowed'); | ||||||
|  | 
 | ||||||
|  | class Migration_reset_lotw_upload_for_ledsat extends CI_Migration | ||||||
|  | { | ||||||
|  | 	public function up() | ||||||
|  | 	{ | ||||||
|  |         $this->db->set('COL_LOTW_QSL_SENT', 'N'); | ||||||
|  |         $this->db->where('COL_SAT_NAME', 'LEDSAT'); | ||||||
|  |         $this->db->update($this->config->item('table_name')); | ||||||
|  | 	} | ||||||
|  | 
 | ||||||
|  | 	public function down() | ||||||
|  | 	{ | ||||||
|  |         // Not Possible
 | ||||||
|  | 	} | ||||||
|  | } | ||||||
		正在加载…
	
		在新工单中引用