Checkpoint: Classification IA automatique à l'insertion RSS, suppression badge IA et bouton Classer avec l'IA dans VeilleDashboard, suppression section Analyse IA dans la boîte de dialogue détail, mise à jour AAPDashboard avec champs IA et affichage catégorie IA en priorité (vue liste et vignettes)

This commit is contained in:
Manus
2026-06-12 05:18:49 -04:00
parent 9c26772617
commit c47c76215e
12 changed files with 158 additions and 86 deletions

View File

@@ -0,0 +1,8 @@
{
"query": "SELECT id, username, email, role, isActive FROM user WHERE username = 'adminItinova';",
"command": "mysql --batch --raw --column-names --default-character-set=utf8mb4 --host gateway02.us-east-1.prod.aws.tidbcloud.com --port 4000 --user 4CrrYuB5tme73Qo.63b125a8f9ca --database VepzDyqR8YkJNcqpZ729Bw --execute SELECT id, username, email, role, isActive FROM user WHERE username = 'adminItinova';",
"returncode": 1,
"logs": [
"ERROR 1146 (42S02) at line 1: Table 'vepzdyqr8ykjncqpz729bw.user' doesn't exist"
]
}