refactor(dev): use es6-string-html for some of the SQL statements (closes #274)

This commit is contained in:
Elian Doran
2025-04-01 23:30:21 +03:00
parent 7a879d7cc8
commit ba506c9c10
27 changed files with 71 additions and 71 deletions

View File

@@ -7,7 +7,7 @@ import sql from "../../src/services/sql";
export default () => {
cls.init(() => {
// emergency disabling of image compression since it appears to make problems in migration to 0.61
sql.execute(`UPDATE options SET value = 'false' WHERE name = 'compressImages'`);
sql.execute(/*sql*/`UPDATE options SET value = 'false' WHERE name = 'compressImages'`);
becca_loader.load();