From 94d87c2a3c2554130e3bd31373fb02bc0d68b5dd Mon Sep 17 00:00:00 2001
From: fbsanchez <fborja.sanchez@artica.es>
Date: Thu, 14 Nov 2019 14:14:50 +0100
Subject: [PATCH] Avoid welcome window on updates.

---
 pandora_console/extras/mr/33.sql | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pandora_console/extras/mr/33.sql b/pandora_console/extras/mr/33.sql
index 3d5e32a42d..5dbebab89f 100644
--- a/pandora_console/extras/mr/33.sql
+++ b/pandora_console/extras/mr/33.sql
@@ -8,4 +8,6 @@ INSERT INTO `ttipo_modulo` VALUES
 (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');
 
+INSERT INTO `tconfig`(`token`, `value`) VALUES ('welcome_state', -1);
+
 COMMIT;