33 => 34, cleanup

This commit is contained in:
fbsanchez 2019-10-28 12:18:56 +01:00
parent ccf971c2eb
commit 74007ebf70
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
START TRANSACTION;
INSERT INTO `ttipo_modulo` VALUES
(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');
COMMIT;