mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 20:36:13 +01:00
order by note size + attachments + revisions, closes #4295
This commit is contained in:
1
db/migrations/0226__rename_noteSize_label.sql
Normal file
1
db/migrations/0226__rename_noteSize_label.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE attributes SET value = 'contentAndAttachmentsAndRevisionsSize' WHERE name = 'orderBy' AND value = 'noteSize';
|
||||
Reference in New Issue
Block a user