emergency disabling of image compression since it appears to make problems in migration to 0.61

This commit is contained in:
zadam
2023-11-04 00:10:54 +01:00
parent df5951ce46
commit 1ebdb0f5e1
3 changed files with 7 additions and 1 deletions

View File

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