backend/migrations/20201027094527-updateBenchmarks_add_barchart_columns.js
Showing 2 of 2 total issues
Function up
has 80 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
up: async (queryInterface, Sequelize) => { const benchmarksTable = { tableName: "Benchmarks", schema: "cqc", };
Function down
has 34 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
down: (queryInterface, Sequelize) => { const benchmarksTable = { tableName: "Benchmarks", schema: "cqc", };