aeolusproject/conductor

View on GitHub
src/db/migrate/20090804142049_create_instances.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

  def self.up
    create_table  :instances do |t|
      t.string    :external_key
      t.string    :name, :null => false, :limit => 1024
      t.integer   :hardware_profile_id, :null => false
Severity: Minor
Found in src/db/migrate/20090804142049_create_instances.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status