Checkpoint: Checkpoint: Restauration de la procédure sequences.getDatesByFormateurToken et de la fonction getSequenceByFormateurToken dans db.ts. Le système d'émargement formateur fonctionne maintenant correctement avec chargement des dates. Prochaine étape : corriger l'affichage du message "[ERREUR MUTATION]" pour les doublons.
This commit is contained in:
15
.manus/db/db-query-1770298235992.json
Normal file
15
.manus/db/db-query-1770298235992.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"query": "SELECT id, nom, qrCodeFormateurToken FROM sequences WHERE statut = 'ouverte' LIMIT 1;",
|
||||
"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 SELECT id, nom, qrCodeFormateurToken FROM sequences WHERE statut = 'ouverte' LIMIT 1;",
|
||||
"rows": [
|
||||
{
|
||||
"id": "60001",
|
||||
"nom": "Groupe C",
|
||||
"qrCodeFormateurToken": "NULL"
|
||||
}
|
||||
],
|
||||
"messages": [],
|
||||
"stdout": "id\tnom\tqrCodeFormateurToken\n60001\tGroupe C\tNULL\n",
|
||||
"stderr": "",
|
||||
"execution_time_ms": 951
|
||||
}
|
||||
Reference in New Issue
Block a user