mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 01:36:24 +01:00
fixed recent notes
This commit is contained in:
7
migrations/0041__recent_notes_with_note_path.sql
Normal file
7
migrations/0041__recent_notes_with_note_path.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
DROP TABLE recent_notes;
|
||||
|
||||
CREATE TABLE `recent_notes` (
|
||||
`note_path` TEXT NOT NULL PRIMARY KEY,
|
||||
`date_accessed` INTEGER NOT NULL ,
|
||||
is_deleted INT
|
||||
);
|
||||
Reference in New Issue
Block a user