mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-08-07 21:01:14 +00:00
debug on ApiCommandRoutes.kt, SongList.kt
- ApiCommandRoutes.kt is CommandReloadEvent post 4 times. - SongList.kt is song_list.req_name length 20 to 80(byte)
This commit is contained in:
@@ -12,7 +12,7 @@ object SongLists: IntIdTable("song_list") {
|
||||
val uid = varchar("uid", 64)
|
||||
val url = varchar("url", 128)
|
||||
val name = text("name")
|
||||
val reqName = varchar("req_name", 20)
|
||||
val reqName = varchar("req_name", 80)
|
||||
val author = text("author")
|
||||
val time = integer("time")
|
||||
val created_at = datetime("created_at").default(LocalDateTime.now())
|
||||
|
Reference in New Issue
Block a user