···112112 repo_did text not null,
113113 commit_id text not null
114114 );
115115+ create table if not exists jobs (
116116+ id integer primary key autoincrement,
117117+ repo_did text not null,
118118+ pipeline_id_knot text not null,
119119+ pipeline_id_rkey text not null,
120120+ source_repo text,
121121+ tpl text not null,
122122+ created_at integer not null default (strftime('%s', 'now'))
123123+ );
115124116125 create table if not exists workflows (
117126 id integer primary key autoincrement,