feat:google oauth
This commit is contained in:
3
drizzle/0002_robust_firedrake.sql
Normal file
3
drizzle/0002_robust_firedrake.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE "user" ALTER COLUMN "password_hash" DROP NOT NULL;--> statement-breakpoint
|
||||
ALTER TABLE "user" ADD COLUMN "google_id" text;--> statement-breakpoint
|
||||
ALTER TABLE "user" ADD CONSTRAINT "user_google_id_unique" UNIQUE("google_id");
|
||||
Reference in New Issue
Block a user