Skip to content

Commit

Permalink
fix(postgres): rename debug context (#10752)
Browse files Browse the repository at this point in the history
Rename postgresql query debug namespace (mistake in #10630)
  • Loading branch information
KillWolfVlad authored and eseliger committed Apr 11, 2019
1 parent 504034c commit 728707c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dialects/postgres/query.js
Expand Up @@ -7,7 +7,7 @@ const sequelizeErrors = require('../../errors');
const _ = require('lodash');
const { logger } = require('../../utils/logger');

const debug = logger.debugContext('sql:mysql');
const debug = logger.debugContext('sql:pg');


class Query extends AbstractQuery {
Expand Down

0 comments on commit 728707c

Please sign in to comment.