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,9 @@
{
"query": "ALTER TABLE users ADD COLUMN IF NOT EXISTS loginMethod VARCHAR(64) NULL",
"command": "mysql --batch --raw --column-names --default-character-set=utf8mb4 --host gateway02.us-east-1.prod.aws.tidbcloud.com --port 4000 --user 4CrrYuB5tme73Qo.root --database 7PAT67UmWoxv8vwp8Bbcv6 --execute ALTER TABLE users ADD COLUMN IF NOT EXISTS loginMethod VARCHAR(64) NULL",
"rows": [],
"messages": [],
"stdout": "",
"stderr": "",
"execution_time_ms": 45
}