Notes/server/db/migrations/0227__disable_image_compression.sql
2024-05-10 23:16:07 +03:00

3 lines
165 B
SQL

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