We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eefaa7 commit 0d368d4Copy full SHA for 0d368d4
index.js
@@ -23,7 +23,7 @@ module.exports = class SequelizeTrailpack extends Trailpack {
23
* Merge configuration into models, load Sequelize collections.
24
*/
25
configure() {
26
- this.app.config.database.orm = 'sequelize'
+ this.app.config.set('stores.orm', 'sequelize')
27
_.merge(this.app.config, lib.FailsafeConfig)
28
}
29
0 commit comments