From 6c4ee040ff8fc7dc8c54d809cdeef621f229ab57 Mon Sep 17 00:00:00 2001 From: miguel angel rasteu Date: Fri, 2 Jun 2023 13:05:15 +0200 Subject: [PATCH] #11446 Fix create table --- pandora_console/pandoradb.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/pandoradb.sql b/pandora_console/pandoradb.sql index 8416e1d2ec..8706e37fed 100644 --- a/pandora_console/pandoradb.sql +++ b/pandora_console/pandoradb.sql @@ -3696,7 +3696,7 @@ CREATE TABLE IF NOT EXISTS `tlayout_template_data` ( `label_position` VARCHAR(50) NOT NULL DEFAULT 'down', `border_color` VARCHAR(200) DEFAULT '', `fill_color` VARCHAR(200) DEFAULT '', - `recursive_group` TINYINT NOT NULL DEFAULT '0' AFTER `fill_color`, + `recursive_group` TINYINT NOT NULL DEFAULT '0', `show_statistics` TINYINT NOT NULL DEFAULT 0, `linked_layout_node_id` INT NOT NULL DEFAULT 0, `linked_layout_status_type` ENUM ('default', 'weight', 'service') DEFAULT 'default',