mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-12 23:34:34 -05:00
Increase chapter scanlator column max length (#1425)
This commit is contained in:
@@ -21,7 +21,7 @@ object ChapterTable : IntIdTable() {
|
||||
val name = truncatingVarchar("name", 512)
|
||||
val date_upload = long("date_upload").default(0)
|
||||
val chapter_number = float("chapter_number").default(-1f)
|
||||
val scanlator = truncatingVarchar("scanlator", 128).nullable()
|
||||
val scanlator = truncatingVarchar("scanlator", 256).nullable()
|
||||
|
||||
val isRead = bool("read").default(false)
|
||||
val isBookmarked = bool("bookmark").default(false)
|
||||
|
||||
Reference in New Issue
Block a user