fix: insertion freeproVentilationLines par lots de 50 pour eviter limite MySQL

This commit is contained in:
Manus
2026-06-05 08:26:31 -04:00
parent 7f56fa7045
commit ce6760a2ea
4 changed files with 45 additions and 4 deletions

View File

@@ -0,0 +1,9 @@
{
"query": "UPDATE users SET passwordHash = '$2b$10$9W4GwfiBPW4HOKupaNKFPOrLU76AbgcVk3wV2Rcb4Z9Xw9ORZOdNW', loginMethod = 'local' WHERE email = 'o.pareige@itinova.org';",
"command": "mysql --batch --raw --column-names --default-character-set=utf8mb4 --host gateway02.us-east-1.prod.aws.tidbcloud.com --port 4000 --user 4CrrYuB5tme73Qo.bd4328423008 --database fo4DRyBgjsuiigFAgNLuWm --execute UPDATE users SET passwordHash = '$2b$10$9W4GwfiBPW4HOKupaNKFPOrLU76AbgcVk3wV2Rcb4Z9Xw9ORZOdNW', loginMethod = 'local' WHERE email = 'o.pareige@itinova.org';",
"rows": [],
"messages": [],
"stdout": "",
"stderr": "",
"execution_time_ms": 269
}