🚧 wip: rewrite reprovision logic to match new user schema
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
/*
|
||||
Warnings:
|
||||
|
||||
- You are about to drop the column `last_login` on the `user_oauth_accounts` table. All the data in the column will be lost.
|
||||
|
||||
*/
|
||||
-- AlterTable
|
||||
ALTER TABLE "user_oauth_accounts" DROP COLUMN "last_login";
|
||||
Reference in New Issue
Block a user