mirror of
https://github.com/gotson/komga.git
synced 2025-12-21 16:03:03 +01:00
fix: database migration failure
This commit is contained in:
parent
ad9709cfef
commit
2ca607708e
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ left join BOOK B on B.ID = m.BOOK_ID"""
|
|||
v.filter { (it["PUBLISHER"] as String).isNotEmpty() }
|
||||
.sortedByDescending { it["NUMBER_SORT"] as Double? }
|
||||
.map { it["PUBLISHER"] as String }
|
||||
.firstOrNull()
|
||||
.firstOrNull() ?: ""
|
||||
val publisherLock = v.mapNotNull { it["PUBLISHER_LOCK"] as Int? }.max()
|
||||
|
||||
val readingDir =
|
||||
|
|
|
|||
Loading…
Reference in a new issue