Skip to content

Commit

Permalink
Merge branch 'master' into snyk-upgrade-100446adecde5f3c09f0d2f316b83681
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeknovy authored Mar 5, 2024
2 parents 6fb0a13 + aafb188 commit b729878
Show file tree
Hide file tree
Showing 28 changed files with 405 additions and 1,500 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY package.json package-lock.json ./

RUN npm install

COPY tsconfig.json custom-typings.d.ts openapi.json ./
COPY tsconfig.json custom-typings.d.ts ./

COPY /migrations ./migrations

Expand Down
9 changes: 9 additions & 0 deletions migrations/1709293652942_min-test-duration.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
exports.up = (pgm) => {
pgm.addColumn({ schema: "jtl", name: "scenario" }, {
min_test_duration: {
type: "smallint",
"default": 5,
notNull: true,
},
})
}
Loading

0 comments on commit b729878

Please sign in to comment.