mozilla/publish.webmaker.org

View on GitHub
migrations/20150608170220_create_users_projects_files.js

Summary

Maintainability
A
1 hr
Test Coverage

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

exports.up = function (knex, Promise) {
  return Promise.resolve()
  .then(function() {
    return knex.schema.createTable('publishedProjects', function(t) {
      t.increments('id');
Severity: Minor
Found in migrations/20150608170220_create_users_projects_files.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status