2019-10-09 17:26:06 +02:00
|
|
|
START TRANSACTION;
|
|
|
|
|
|
|
|
INSERT INTO `ttipo_modulo` VALUES
|
2019-10-09 19:20:58 +02:00
|
|
|
(34,'remote_cmd', 10, 'Remote execution, numeric data', 'mod_remote_cmd.png'),
|
|
|
|
(35,'remote_cmd_proc', 10, 'Remote execution, boolean data', 'mod_remote_cmd_proc.png'),
|
|
|
|
(36,'remote_cmd_string', 10, 'Remote execution, alphanumeric data', 'mod_remote_cmd_string.png'),
|
|
|
|
(37,'remote_cmd_inc', 10, 'Remote execution, incremental data', 'mod_remote_cmd_inc.png');
|
2019-10-09 17:26:06 +02:00
|
|
|
|
|
|
|
COMMIT;
|