Skip to content

Commit

Permalink
Merge pull request #21 from erlandf/fix-table-creation
Browse files Browse the repository at this point in the history
fix: add new migration correctly
  • Loading branch information
jenkins-x-bot authored Jun 17, 2024
2 parents d567c7f + 32f8b51 commit 7911cbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions store/pipeline.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7911cbb

Please sign in to comment.