ContainerHQ/arkis-api

View on GitHub
migrations/20150616120728-create-clusters-migration.js

Summary

Maintainability
A
2 hrs
Test Coverage

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

  up: function (queryInterface, DataTypes) {
    return queryInterface.createTable('Clusters', {
      id: {
        type: DataTypes.UUID,
        primaryKey: true,
Severity: Major
Found in migrations/20150616120728-create-clusters-migration.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status