huskies: merge 489_story_sqlite_shadow_write_for_pipeline_state_via_sqlx

This commit is contained in:
dave
2026-04-07 13:09:48 +00:00
parent 0c9e120ba2
commit f1ef31d1ee
7 changed files with 815 additions and 1 deletions
@@ -0,0 +1,11 @@
CREATE TABLE IF NOT EXISTS pipeline_items (
id TEXT PRIMARY KEY,
name TEXT,
stage TEXT NOT NULL,
agent TEXT,
retry_count INTEGER,
blocked INTEGER,
depends_on TEXT,
created_at TEXT NOT NULL,
updated_at TEXT NOT NULL
);