mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-06-30 17:34:39 -05:00
* Extract logic to restore manga chapters into function * Extract logic to restore manga categories into function * Extract logic to restore manga trackers into function * Handle duplicated chapters in backup In case a backup contained duplicated chapters for a manga, the manga failed to restore since the ChapterTable has a unique constraint to prevent multiple chapters with the same "url" and "mangaId"