Skip to content

Commit bc02f23

Browse files
authored
feat: add document version comparison (wraft#136)
* feat: add roman aphabetical in prosemirror markdown conversion * feat: add content restore from version * feat: add update instance version naration * fix: tracking current version flag * fix: restore document version loading issue * feat: add index of versions * feat: add version compare and index versions * fix: organisation hard deletion worker
1 parent 5731a62 commit bc02f23

13 files changed

Lines changed: 819 additions & 343 deletions

config/config.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ config :wraft_doc, Oban,
7171
{"0 0 * * *", WraftDoc.Workers.ReminderWorker, queue: :scheduled, tags: ["reminders"]},
7272
{"@weekly", WraftDoc.Workers.ScheduledWorker,
7373
queue: :scheduled,
74-
tags: ["purge_deleted_records"],
75-
args: %{"type" => "purge_deleted_records"}}
74+
tags: ["hard_delete_organisation_records"],
75+
args: %{"type" => "hard_delete_organisation_records"}}
7676
]}
7777
]
7878

0 commit comments

Comments
 (0)