Skip to content

Commit

Permalink
fix(types): add clientMinMessages to Options interface (#12375)
Browse files Browse the repository at this point in the history
  • Loading branch information
josecolella committed Jun 17, 2020
1 parent b71cd05 commit 4914367
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions types/lib/sequelize.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,14 @@ export interface Options extends Logging {
*/
standardConformingStrings?: boolean;

/**
* The PostgreSQL `client_min_messages` session parameter.
* Set to `false` to not override the database's default.
*
* @default 'warning'
*/
clientMinMessages?: string | boolean;

/**
* Sets global permanent hooks.
*/
Expand Down

0 comments on commit 4914367

Please sign in to comment.