post: commit 31cc513 in bojemoi
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 7s

This commit is contained in:
2026-06-23 17:50:17 +02:00
committed by Betty
parent 44a62c1104
commit 892aaa5cd5

View File

@@ -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 <noreply@anthropic.com>
### Files Changed
```
M .claude/agents/pipeline.md
```
### Diff Summary
```
.claude/agents/pipeline.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
```