andela/magma-backend

View on GitHub
.sequelizerc

Summary

Maintainability
Test Coverage
const path  = require('path')
module.exports = {
    "config": path.resolve('./src/database/config', 'config.js'),
    "models-path": path.resolve('./src/database/models'),
    "seeders-path": path.resolve('./src/database/seeders'),
    "migrations-path": path.resolve('./src/database/migrations')
};