Added column 'uncompressed_module' to 'treport_content'

This commit is contained in:
Luis Calvo 2019-09-16 11:18:01 +02:00
parent a04268b33c
commit e89efea022
1 changed files with 2 additions and 0 deletions

View File

@ -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;