Update CategoryMetaTable.kt

This commit is contained in:
Aria Moradi
2023-01-02 18:23:01 +03:30
committed by GitHub
parent 874aaf4e93
commit 7a7081ee13
@@ -12,7 +12,7 @@ import org.jetbrains.exposed.sql.ReferenceOption
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() {
val key = varchar("key", 256)