update license Fail
This commit is contained in:
5
extra/sql/upgrade/OBJ_320_upg_r2505.1_to_r2506.3.sql
Normal file
5
extra/sql/upgrade/OBJ_320_upg_r2505.1_to_r2506.3.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
SET FOREIGN_KEY_CHECKS = 0;
|
||||
|
||||
INSERT IGNORE INTO `OBJ_320`.`param_99` (`level_1`, `level_2`, `level_3`, `level_4`, `level_5`, `level_6`, `level_7`, `level_8`, `level_9`, `level_10`, `instanceNo`, `initValue`, `readValue`) VALUES (99, 2, 1, 2, 0, 0, 0, 0, 0, 0, '0000', '', '');
|
||||
|
||||
SET FOREIGN_KEY_CHECKS = 1;
|
||||
Reference in New Issue
Block a user