add Session flows (1x)

- fix APIRoutes (debug Naver UserID)
This commit is contained in:
dalbodeule 2024-08-08 17:38:15 +09:00
parent 172885ae38
commit fb3470ae83
No known key found for this signature in database
GPG Key ID: EFA860D069C9FA65

View File

@ -10,7 +10,7 @@ object Users: IntIdTable("users") {
val username = varchar("username", 255)
val token = varchar("token", 64)
val discord = long("discord")
val naverId = varchar('naver_id', 128)
val naverId = varchar("naver_id", 128)
val liveAlertGuild = long("live_alert_guild").nullable()
val liveAlertChannel = long("live_alert_channel").nullable()
val liveAlertMessage = text("live_alert_message").nullable()