mirror of
https://github.com/zadam/trilium.git
synced 2025-01-04 06:13:36 +08:00
5 lines
165 B
SQL
5 lines
165 B
SQL
UPDATE entity_changes SET isSynced = (
|
|
SELECT options.isSynced
|
|
FROM options
|
|
WHERE options.name = entity_changes.entityId
|
|
) WHERE entityName = 'options';
|