Steven Kaufman
Results
1
issues of
Steven Kaufman
The sequelize.js module generated by the feathers cli modifies the app.setup method to include setting up the database relations followed by the `sequelize.sync()` call: const oldSetup = app.setup app.set('sequelizeClient', sequelize)...