From b565500182867bb578770cebe4cc3415424db60f Mon Sep 17 00:00:00 2001 From: Arturo Gonzalez Date: Thu, 16 Nov 2017 08:32:39 +0100 Subject: [PATCH] Added sql to MR --- pandora_console/extras/mr/9.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pandora_console/extras/mr/9.sql b/pandora_console/extras/mr/9.sql index 018a3cdce8..87a238c2fa 100644 --- a/pandora_console/extras/mr/9.sql +++ b/pandora_console/extras/mr/9.sql @@ -16,4 +16,6 @@ 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; +ALTER TABLE tlayout_data ADD COLUMN show_on_top tinyint(1) default 0; + COMMIT; \ No newline at end of file