Skip to content

Commit

Permalink
Set propagateCreateError to false
Browse files Browse the repository at this point in the history
  • Loading branch information
nygrenh committed Sep 9, 2021
1 parent 7855aa8 commit 3e91c22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/backendv2/knexfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ const configOptions: { [env: string]: Config } = {
},
pool: {
afterCreate: setTimeZoneToUTC,
propagateCreateError: false,
},
migrations: {
directory: "./database/migrations",
Expand Down

0 comments on commit 3e91c22

Please sign in to comment.