不要怂,就是干,撸起袖子干!

Commit 4914367c by Jose Miguel Colella Committed by GitHub

fix(types): add clientMinMessages to Options interface (#12375)

1 parent b71cd05b
Showing with 8 additions and 0 deletions
......@@ -354,6 +354,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.
*/
hooks?: Partial<SequelizeHooks>;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!