diff --git a/store/pipeline.go b/store/pipeline.go index 9e16149..aca9c2c 100644 --- a/store/pipeline.go +++ b/store/pipeline.go @@ -65,6 +65,8 @@ func (s *PipelineStore) Migrations() []migration.Func { duration bigint NOT NULL, CONSTRAINT pipeline_pkey PRIMARY KEY (type, owner, repository, pull_request, context, build) ); + + `), migration.ExecSQLFunc(` CREATE TABLE pipelinesteps ( type VARCHAR NOT NULL, owner VARCHAR NOT NULL,