mozilla/publish.webmaker.org

View on GitHub
migrations/20151103174130_update_dates_existing_published_projects.js

Summary

Maintainability
A
1 hr
Test Coverage

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

exports.up = function (knex, Promise) {
  return knex('publishedProjects')
  .whereNull('date_created')
  .orWhereNull('date_updated')
  .select('id', 'date_created', 'date_updated')

    There are no issues that match your filters.

    Category
    Status