18F/micropurchase

View on GitHub
db/migrate/20151020231437_rebuild_the_old_schema.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

  def change
    create_table "auctions" do |t|
      t.string   "issue_url"
      t.float    "start_price"
      t.datetime "start_datetime"
Severity: Minor
Found in db/migrate/20151020231437_rebuild_the_old_schema.rb - About 1 hr to fix

There are no issues that match your filters.

Category
Status