added sync fill for note_contents

This commit is contained in:
zadam
2019-03-02 19:59:32 +01:00
parent bd118027fb
commit 64974d75d5
2 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
INSERT OR REPLACE INTO sync (entityName, entityId, sourceId, syncDate)
SELECT 'note_contents', noteContentId, '', '2019-03-02T18:07:29.182Z' FROM note_contents;