mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
3 lines
165 B
SQL
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';
|