UPDATE sticker SET default_width = 110, default_height = 110 WHERE category in (2, 3, 4); UPDATE sticker SET default_width = 20, default_height = 20 WHERE category = 5 AND id < 125; UPDATE sticker SET default_width = 64, default_height = 20 WHERE category = 5 AND id >= 125; UPDATE config SET value = '24' WHERE key = 'version';