Files
blog/content/posts/commits/2026-06-23-commit-31cc513.md
Betty 892aaa5cd5
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 7s
post: commit 31cc513 in bojemoi
2026-06-23 17:50:18 +02:00

41 lines
906 B
Markdown

---
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(-)
```