GladysProject/Gladys

View on GitHub
server/migrations/20230929085337-alarm-mode.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  up: async (queryInterface, Sequelize) => {
    await queryInterface.addColumn('t_house', 'alarm_mode', {
      type: Sequelize.STRING,
      allowNull: false,
      defaultValue: ALARM_MODES.DISARMED,
Severity: Minor
Found in server/migrations/20230929085337-alarm-mode.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status