lib/wlog/migrations/make_standard_tables.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method change has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def change
    create_table :issues do |t|
      t.text :description
      t.datetime :due_date
      t.integer :status
Severity: Minor
Found in lib/wlog/migrations/make_standard_tables.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status