efcsydney/efcsydney-roster

View on GitHub
.sequelizerc

Summary

Maintainability
Test Coverage
const path = require('path');

module.exports = {
  'config': path.resolve('config', 'database.json'),
  'migrations-path': path.resolve('db', 'migrate'),
  'models-path': path.resolve('api', 'models'),
  'seeders-path': path.resolve('db', 'seed')
}