ContainerHQ/arkis-api

View on GitHub
migrations/20150831115051-create-actions-migration.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  up: function (queryInterface, DataTypes) {
    return queryInterface.createTable('Actions', {
      id: {
        type: DataTypes.UUID,
        primaryKey: true,
Severity: Minor
Found in migrations/20150831115051-create-actions-migration.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status