mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 20:36:13 +01:00
add memberId to entity_changes to avoid having to resend all changes second time
This commit is contained in:
@@ -5,7 +5,8 @@ CREATE TABLE IF NOT EXISTS "entity_changes" (
|
||||
`hash` TEXT NOT NULL,
|
||||
`isErased` INT NOT NULL,
|
||||
`changeId` TEXT NOT NULL,
|
||||
`sourceId` TEXT NOT NULL,
|
||||
`componentId` TEXT NOT NULL,
|
||||
`memberId` TEXT NOT NULL,
|
||||
`isSynced` INTEGER NOT NULL,
|
||||
`utcDateChanged` TEXT NOT NULL
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user