mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-01 04:32:26 +08:00
6 lines
165 B
MySQL
6 lines
165 B
MySQL
![]() |
UPDATE entity_changes SET isSynced = (
|
||
|
SELECT options.isSynced
|
||
|
FROM options
|
||
|
WHERE options.name = entity_changes.entityId
|
||
|
) WHERE entityName = 'options';
|