NMDSdevopsServiceAdm/SopraSteria-SFC

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

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

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

up: (queryInterface, Sequelize) => {
return queryInterface.createTable('EmailCampaigns', {
id: {
allowNull: false,
autoIncrement: true,
Severity: Minor
Found in backend/migrations/20210216141604-create-email-campaign.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status