don't fill recent notes into entity_changes

(cherry picked from commit 963c18b8e4)
This commit is contained in:
zadam 2022-05-10 23:45:06 +02:00
parent 9a04a76672
commit 77f8474d83

View file

@ -135,7 +135,6 @@ function fillAllEntityChanges() {
fillEntityChanges("branches", "branchId");
fillEntityChanges("note_revisions", "noteRevisionId");
fillEntityChanges("note_revision_contents", "noteRevisionId");
fillEntityChanges("recent_notes", "noteId");
fillEntityChanges("attributes", "attributeId");
fillEntityChanges("etapi_tokens", "etapiTokenId");
fillEntityChanges("options", "name", 'isSynced = 1');