NMDSdevopsServiceAdm/SopraSteria-SFC

View on GitHub
backend/migrations/20210218162736-create-email-campaign-history.js

Summary

Maintainability
A
2 hrs
Test Coverage

Showing 1 of 1 total issue

Function up has 54 lines of code (exceeds 25 allowed). Consider refactoring.
Open

up: (queryInterface, Sequelize) => {
return queryInterface.createTable(
'EmailCampaignHistories',
{
id: {
Severity: Major
Found in backend/migrations/20210218162736-create-email-campaign-history.js - About 2 hrs to fix
    Category
    Status