GladysProject/Gladys

View on GitHub
server/migrations/20210129155044-multi-user.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  up: async (queryInterface, Sequelize) => {
    await queryInterface.addColumn('t_dashboard', 'user_id', {
      allowNull: true,
      type: Sequelize.UUID,
      references: {
Severity: Minor
Found in server/migrations/20210129155044-multi-user.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status