chore(monorepo/server): missing initialization data

This commit is contained in:
Elian Doran
2025-04-18 13:07:26 +03:00
parent ea13565fc1
commit 4b109c17dc
22 changed files with 2 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';