feat(db): add lastLoginMethod field to user table for last-login-method plugin
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ALTER TABLE "user" ADD COLUMN "last_login_method" text;
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
ALTER TABLE "user" ADD COLUMN "last_login_method" text;
|
||||