1
0
mirror of https://github.com/zadam/trilium.git synced 2025-06-06 18:08:33 +02:00
trilium/migrations/0026__recent_notes_table.sql
2017-11-04 23:46:50 -04:00

4 lines
104 B
SQL

CREATE TABLE `recent_notes` (
`note_id` TEXT NOT NULL PRIMARY KEY,
`date_accessed` INTEGER NOT NULL
);