Previously we had this.app.config.database.orm = 'waterline'
Now we should have
this.app.config.stores.orm = 'waterline'
Like this https://github.com/trailsjs/trailpack-sequelize/blob/master/index.js#L31
If not we cannot easily know witch is the ORM and can't be multi ORM under other trailpacks
Previously we had this.app.config.database.orm = 'waterline'
Now we should have
this.app.config.stores.orm = 'waterline'
Like this https://github.com/trailsjs/trailpack-sequelize/blob/master/index.js#L31
If not we cannot easily know witch is the ORM and can't be multi ORM under other trailpacks