NMDSdevopsServiceAdm/SopraSteria-SFC

View on GitHub
backend/migrations/20200821074704-updateBenchmarks.js

Summary

Maintainability
A
2 hrs
Test Coverage

Showing 2 of 2 total issues

Similar blocks of code found in 2 locations. Consider refactoring.
Open

down: (queryInterface, Sequelize) => {
return queryInterface.changeColumn({
tableName: 'Benchmarks',
schema: 'cqc'
}, 'Turnover', {
Severity: Major
Found in backend/migrations/20200821074704-updateBenchmarks.js and 1 other location - About 1 hr to fix
backend/migrations/20200821105748-revertBenchmarks.js on lines 15..25

Similar blocks of code found in 2 locations. Consider refactoring.
Open

up: (queryInterface, Sequelize) => {
return queryInterface.changeColumn(
{
tableName: 'Benchmarks',
schema: 'cqc'
Severity: Major
Found in backend/migrations/20200821074704-updateBenchmarks.js and 1 other location - About 1 hr to fix
backend/migrations/20200810100725-updateBenchmark.js on lines 4..14

There are no issues that match your filters.

Category
Status