Skip to content

Commit

Permalink
refactor: add missing "wrapIdentifier" option on PostgreConfig (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianostegun authored Jan 18, 2022
1 parent 7e88ad6 commit 19990dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adonis-typings/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ declare module '@ioc:Adonis/Lucid/Database' {
}
}
searchPath?: string[]
wrapIdentifier?: (value: string) => string
}

/**
Expand Down

0 comments on commit 19990dc

Please sign in to comment.