Skip to content

Commit 3e91c22

Browse files
committed
Set propagateCreateError to false
1 parent 7855aa8 commit 3e91c22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/backendv2/knexfile.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ const configOptions: { [env: string]: Config } = {
5757
},
5858
pool: {
5959
afterCreate: setTimeZoneToUTC,
60+
propagateCreateError: false,
6061
},
6162
migrations: {
6263
directory: "./database/migrations",

0 commit comments

Comments
 (0)