feat(db): add lastLoginMethod field to user table for last-login-method plugin
This commit is contained in:
@@ -23,6 +23,7 @@ export const user = pgTable("user", {
|
||||
banned: boolean("banned").default(false),
|
||||
banReason: text("ban_reason"),
|
||||
banExpires: timestamp("ban_expires"),
|
||||
lastLoginMethod: text("last_login_method"),
|
||||
})
|
||||
|
||||
export const session = pgTable(
|
||||
|
||||
Reference in New Issue
Block a user