feat(astuce): ajout colonnes categorie/tags/mois + migration

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-22 14:38:06 +01:00
parent 17d2c5ac18
commit cc69d0d5ad
2 changed files with 24 additions and 0 deletions

View File

@@ -32,6 +32,11 @@ EXPECTED_COLUMNS: dict[str, list[tuple[str, str, str | None]]] = {
("identified_confidence", "REAL", None),
("identified_source", "TEXT", None),
],
"astuce": [
("categorie", "TEXT", None),
("tags", "TEXT", None),
("mois", "TEXT", None),
],
}