From 892aaa5cd5a9eef9fcc0346200f70f7a3703d010 Mon Sep 17 00:00:00 2001 From: Betty Date: Tue, 23 Jun 2026 17:50:17 +0200 Subject: [PATCH] post: commit 31cc513 in bojemoi --- .../commits/2026-06-23-commit-31cc513.md | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 content/posts/commits/2026-06-23-commit-31cc513.md diff --git a/content/posts/commits/2026-06-23-commit-31cc513.md b/content/posts/commits/2026-06-23-commit-31cc513.md new file mode 100644 index 0000000..2068e1f --- /dev/null +++ b/content/posts/commits/2026-06-23-commit-31cc513.md @@ -0,0 +1,40 @@ +--- +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(-) +```