kin: auto-commit after pipeline
This commit is contained in:
parent
0731aad028
commit
79a0e524a7
3 changed files with 107 additions and 0 deletions
|
|
@ -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
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue