NMDSdevopsServiceAdm/SopraSteria-SFC

View on GitHub
backend/migrations/20200821105748-revertBenchmarks.js

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

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

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