Update:Remove oldSeries model

This commit is contained in:
advplyr 2024-09-01 15:26:43 -05:00
parent b6a86d11d2
commit 9f60017cfe
5 changed files with 17 additions and 123 deletions

View file

@ -442,11 +442,6 @@ class Database {
await this.models.feed.removeById(feedId)
}
updateSeries(oldSeries) {
if (!this.sequelize) return false
return this.models.series.updateFromOld(oldSeries)
}
async createBulkBookAuthors(bookAuthors) {
if (!this.sequelize) return false
await this.models.bookAuthor.bulkCreate(bookAuthors)