fix setting mime after import + cleanup of old search code

This commit is contained in:
zadam
2020-08-18 22:20:47 +02:00
parent 03d7ee9abb
commit 53c361945b
10 changed files with 13 additions and 371 deletions

View File

@@ -109,7 +109,7 @@ class Note extends Entity {
return sql.getRow(`
SELECT
LENGTH(content) AS contentLength,
dateModified,
dateModified,
utcDateModified
FROM note_contents
WHERE noteId = ?`, [this.noteId]);