persisted recent notes

This commit is contained in:
azivner
2017-11-04 23:46:50 -04:00
parent 30df3cba1c
commit 3fb30a0b5c
5 changed files with 71 additions and 6 deletions

View File

@@ -0,0 +1,4 @@
CREATE TABLE `recent_notes` (
`note_id` TEXT NOT NULL PRIMARY KEY,
`date_accessed` INTEGER NOT NULL
);