Label database warnings from Knex clearly
parent
2ae12ee049
commit
d8e6222bae
|
@ -44,7 +44,7 @@ module.exports = {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
console.warn(message);
|
console.warn(`[DATABASE WARNING] ${message}`);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue