From 8d42f7fec14f376c3d14a410596b0f0eff8750d8 Mon Sep 17 00:00:00 2001 From: Enrique Camargo Date: Wed, 15 Nov 2017 16:08:38 +0100 Subject: [PATCH] Update pandoradb.sql --- pandora_console/pandoradb.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pandora_console/pandoradb.sql b/pandora_console/pandoradb.sql index 7e2c6bf223..f9208cb37e 100644 --- a/pandora_console/pandoradb.sql +++ b/pandora_console/pandoradb.sql @@ -1356,6 +1356,8 @@ CREATE TABLE IF NOT EXISTS `tlayout_data` ( `border_color` varchar(200) DEFAULT "", `fill_color` varchar(200) DEFAULT "", `show_statistics` tinyint(2) NOT NULL default '0', + `id_layout_linked_weight` int(10) NOT NULL default '0', + `element_group` int(10) NOT NULL default '0', `show_on_top` tinyint(1) NOT NULL default '0', PRIMARY KEY(`id`) ) ENGINE = InnoDB DEFAULT CHARSET=utf8;