Skip to content

Commit 8865ff7

Browse files
committed
v1.1.10
2 parents b83134f + edc6fa0 commit 8865ff7

File tree

3 files changed

+216
-118
lines changed

3 files changed

+216
-118
lines changed

lib/db.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ var setAssociation = function setAssociation(modelDef, modelName) {
1313
console.debug('associate ' + modelName);
1414
}
1515
};
16-
17-
if (app.config('database')) {
16+
if (app.config('database.connections')) {
1817
if (app.config('database.connections.options.logging')) {
1918
app.config().set('database.connections.options.logging', console.debug);
2019
console.log('query debug');

0 commit comments

Comments
 (0)