From b5cff77a4f3fc13d2ff68c513d890e067b7a976c Mon Sep 17 00:00:00 2001 From: Arturo Gonzalez Date: Wed, 15 Nov 2017 16:10:43 +0100 Subject: [PATCH] Added visual console querys --- pandora_console/extras/mr/9.sql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pandora_console/extras/mr/9.sql b/pandora_console/extras/mr/9.sql index e707f322b3..018a3cdce8 100644 --- a/pandora_console/extras/mr/9.sql +++ b/pandora_console/extras/mr/9.sql @@ -12,4 +12,8 @@ DEALLOCATE PREPARE pr_oum708; ALTER TABLE tagente ADD COLUMN `safe_mode_module` int(10) unsigned NOT NULL default '0'; +alter table tlayout_data add column element_group int(10) not null default 0; + +alter table tlayout_data add column id_layout_linked_weight int(10) not null default 0; + COMMIT; \ No newline at end of file