From e89efea0223cd901cd2a8c961dbf4980d8d25c8d Mon Sep 17 00:00:00 2001 From: Luis Calvo Date: Mon, 16 Sep 2019 11:18:01 +0200 Subject: [PATCH] Added column 'uncompressed_module' to 'treport_content' --- pandora_console/extras/mr/32.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pandora_console/extras/mr/32.sql b/pandora_console/extras/mr/32.sql index 3100d73092..5d2e0904d8 100644 --- a/pandora_console/extras/mr/32.sql +++ b/pandora_console/extras/mr/32.sql @@ -4,4 +4,6 @@ UPDATE `tlayout_data` SET `height` = 70 , `width` = 70 WHERE `height` = 0 && `wi (`type` = 10 && `image` IS NOT NULL && `image` != '' && `image` != 'none') || (`type` = 11 && `image` IS NOT NULL && `image` != '' && `image` != 'none' && `show_statistics` = 0)); +ALTER TABLE `treport_content` ADD COLUMN `uncompressed_module` TINYINT DEFAULT '1'; + COMMIT; \ No newline at end of file