--- title: "[bojemoi] fix(pipeline): bm12 — ORDER BY last_scanned au lieu de updated_at" date: 2026-06-23T17:50:17+02:00 draft: false tags: ["commit", "bojemoi", "main"] categories: ["Git Activity"] summary: "Commit 31cc513 par Betty dans bojemoi" author: "Betty" --- ## Commit `31cc513` | | | |---|---| | **Repository** | bojemoi | | **Branch** | `main` | | **Author** | Betty | | **Hash** | `31cc51383156211022acd30b17d3abc4a3d9d755` | ### Description updated_at n'est pas mis à jour par les UPDATE SQL directs (pas de trigger sur la table hosts). bm12 écrit last_scanned=CURRENT_DATE correctement — utiliser cette colonne pour afficher les hosts récents. Co-Authored-By: Claude Sonnet 4.6 ### Files Changed ``` M .claude/agents/pipeline.md ``` ### Diff Summary ``` .claude/agents/pipeline.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ```