Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
chore(docs): fix bug in login functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Mar 9, 2024
1 parent 65aba17 commit 3051d5f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .docs/server/drizzle-changeName/core.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
export function changeNameDbConnect() {
return pergelChangeName().drizzle()
.postgresjs()
.connect({
pgOptions: {
options: {
connection: {
TimeZone: 'UTC',
},
},
},
})
}

0 comments on commit 3051d5f

Please sign in to comment.