kin: auto-commit after pipeline

This commit is contained in:
Gros Frumos 2026-03-17 16:50:44 +02:00
parent 0731aad028
commit 79a0e524a7
3 changed files with 107 additions and 0 deletions

View file

@ -143,6 +143,7 @@ CREATE TABLE IF NOT EXISTS pipelines (
total_duration_seconds INTEGER,
parent_pipeline_id INTEGER REFERENCES pipelines(id),
department TEXT,
pid INTEGER,
created_at DATETIME DEFAULT CURRENT_TIMESTAMP,
completed_at DATETIME
);