mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-06-09 07:18:22 +00:00
add Session flows (1x)
- fix APIRoutes (debug Naver UserID)
This commit is contained in:
parent
172885ae38
commit
fb3470ae83
@ -10,7 +10,7 @@ object Users: IntIdTable("users") {
|
|||||||
val username = varchar("username", 255)
|
val username = varchar("username", 255)
|
||||||
val token = varchar("token", 64)
|
val token = varchar("token", 64)
|
||||||
val discord = long("discord")
|
val discord = long("discord")
|
||||||
val naverId = varchar('naver_id', 128)
|
val naverId = varchar("naver_id", 128)
|
||||||
val liveAlertGuild = long("live_alert_guild").nullable()
|
val liveAlertGuild = long("live_alert_guild").nullable()
|
||||||
val liveAlertChannel = long("live_alert_channel").nullable()
|
val liveAlertChannel = long("live_alert_channel").nullable()
|
||||||
val liveAlertMessage = text("live_alert_message").nullable()
|
val liveAlertMessage = text("live_alert_message").nullable()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user