mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
separate sync for pull (implemented) and push (not yet)
This commit is contained in:
5
migrations/0012__create_index_on_notes_history.sql
Normal file
5
migrations/0012__create_index_on_notes_history.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
CREATE UNIQUE INDEX `IDX_notes_history_note_from_to` ON `notes_history` (
|
||||
`note_id`,
|
||||
`date_modified_from`,
|
||||
`date_modified_to`
|
||||
);
|
||||
Reference in New Issue
Block a user