mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-04 11:24:35 -05:00
Update CategoryMetaTable.kt
This commit is contained in:
@@ -12,7 +12,7 @@ import org.jetbrains.exposed.sql.ReferenceOption
|
|||||||
import suwayomi.tachidesk.manga.model.table.CategoryMetaTable.ref
|
import suwayomi.tachidesk.manga.model.table.CategoryMetaTable.ref
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Metadata storage for clients, about Chapter with id == [ref].
|
* Metadata storage for clients, about Category with id == [ref].
|
||||||
*/
|
*/
|
||||||
object CategoryMetaTable : IntIdTable() {
|
object CategoryMetaTable : IntIdTable() {
|
||||||
val key = varchar("key", 256)
|
val key = varchar("key", 256)
|
||||||
|
|||||||
Reference in New Issue
Block a user