Initial BizOne portal setup
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
ALTER TABLE "users"
|
||||
ADD COLUMN IF NOT EXISTS "password_reset_token_hash" TEXT,
|
||||
ADD COLUMN IF NOT EXISTS "password_reset_token_expires_at" TIMESTAMP(3);
|
||||
|
||||
CREATE INDEX IF NOT EXISTS "users_password_reset_token_hash_idx" ON "users"("password_reset_token_hash");
|
||||
Reference in New Issue
Block a user