0227__disable_image_compression.sql 165 B

12
  1. -- emergency disabling of image compression since it appears to make problems in migration to 0.61
  2. UPDATE options SET value = 'false' WHERE name = 'compressImages';