chore(sql): 更新数据库表同步状态- 将多个表的IS_DB_SYNC字段设置为'N'
- 影响的表包括: lc_drill_plan, lc_outside_license, lc_outside_person, lc_risk_hazard_manage, lc_risk_identify_assessment, lc_training_plan, lc_training_plan_area, lc_training_record
This commit is contained in:
		
							
								
								
									
										8
									
								
								SQL/202510/20251030/z_exec_last.sql
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								SQL/202510/20251030/z_exec_last.sql
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,8 @@ | |||||||
|  | update "LOWCODE_FRAME"."LOWCODE_DBFORM" | ||||||
|  | set IS_DB_SYNC='N' | ||||||
|  | where TABLE_NAME in ( | ||||||
|  |                      'lc_drill_plan', 'lc_outside_license', | ||||||
|  |                      'lc_outside_person', 'lc_risk_hazard_manage', | ||||||
|  |                      'lc_risk_identify_assessment', 'lc_training_plan', | ||||||
|  |                      'lc_training_plan_area', 'lc_training_record' | ||||||
|  |     ); | ||||||
		Reference in New Issue
	
	Block a user