mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Change mr
This commit is contained in:
parent
473b29252c
commit
63da85798e
@ -1,7 +0,0 @@
|
|||||||
START TRANSACTION;
|
|
||||||
|
|
||||||
UPDATE `tlayout_data` SET `height` = 70 , `width` = 70 WHERE `height` = 0 && `width` = 0 && ((`type` IN (0,5)) ||
|
|
||||||
(`type` = 10 && `image` IS NOT NULL && `image` != '' && `image` != 'none') ||
|
|
||||||
(`type` = 11 && `image` IS NOT NULL && `image` != '' && `image` != 'none' && `show_statistics` = 0));
|
|
||||||
|
|
||||||
COMMIT;
|
|
@ -9,4 +9,8 @@ DELETE FROM `tconfig` WHERE `token` LIKE 'integria_api_password';
|
|||||||
DELETE FROM `tconfig` WHERE `token` LIKE 'integria_inventory';
|
DELETE FROM `tconfig` WHERE `token` LIKE 'integria_inventory';
|
||||||
DELETE FROM `tconfig` WHERE `token` LIKE 'integria_url';
|
DELETE FROM `tconfig` WHERE `token` LIKE 'integria_url';
|
||||||
|
|
||||||
|
UPDATE `tlayout_data` SET `height` = 70 , `width` = 70 WHERE `height` = 0 && `width` = 0 && ((`type` IN (0,5)) ||
|
||||||
|
(`type` = 10 && `image` IS NOT NULL && `image` != '' && `image` != 'none') ||
|
||||||
|
(`type` = 11 && `image` IS NOT NULL && `image` != '' && `image` != 'none' && `show_statistics` = 0));
|
||||||
|
|
||||||
COMMIT;
|
COMMIT;
|
Loading…
x
Reference in New Issue
Block a user