update mr

This commit is contained in:
alejandro.campos@artica.es 2023-08-03 09:09:13 +02:00
parent 27766d9650
commit 9f76e7cc83
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
START TRANSACTION;
UPDATE tagente_modulo SET `tcp_send` = '2c' WHERE `tcp_send` = '2';
UPDATE tpolicy_modules SET `tcp_send` = '2c' WHERE `tcp_send` = '2';
UPDATE tnetwork_component SET `tcp_send` = '2c' WHERE `tcp_send` = '2';
COMMIT;