mirror of
https://github.com/zadam/trilium.git
synced 2025-10-31 18:36:30 +01:00
persisted recent notes
This commit is contained in:
4
migrations/0026__recent_notes_table.sql
Normal file
4
migrations/0026__recent_notes_table.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
CREATE TABLE `recent_notes` (
|
||||
`note_id` TEXT NOT NULL PRIMARY KEY,
|
||||
`date_accessed` INTEGER NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user