Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 8873

Show
Ignore:
Timestamp:
02/15/08 20:12:45 (7 months ago)
Author:
bitsweat
Message:

Fix typo in migration test. Closes #11105 [h-lame]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/activerecord/test/cases/migration_test.rb

    r8757 r8873  
    447447        table.column :hat_size, :integer 
    448448      end 
    449       Person.connection.add_index :people, :first_name 
     449      Person.connection.add_index :hats, :hat_name 
    450450      assert_nothing_raised do 
    451451        Person.connection.rename_column "hats", "hat_name", "name"