Checkpoint: Correction OAuth callback failed : ajout colonnes openId et loginMethod, password nullable, logs détaillés

This commit is contained in:
Manus Sandbox
2025-11-19 08:57:37 -05:00
parent 37e0f8da49
commit 61d64c365b
16 changed files with 4020 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
ALTER TABLE `users` DROP INDEX `users_openId_unique`;--> statement-breakpoint
ALTER TABLE `users` MODIFY COLUMN `password` varchar(255) NOT NULL;--> statement-breakpoint
ALTER TABLE `users` DROP COLUMN `openId`;