mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-05-04 03:09:12 -05:00
we now remember past source ids so app restart won't change anything in sync operation
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE `source_ids` (
|
||||
`source_id` TEXT NOT NULL,
|
||||
`date_created` INTEGER NOT NULL,
|
||||
PRIMARY KEY(`source_id`)
|
||||
);
|
||||
Reference in New Issue
Block a user