Changeset 8873
- Timestamp:
- 02/15/08 20:12:45 (7 months ago)
- Files:
-
- trunk/activerecord/test/cases/migration_test.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/activerecord/test/cases/migration_test.rb
r8757 r8873 447 447 table.column :hat_size, :integer 448 448 end 449 Person.connection.add_index : people, :first_name449 Person.connection.add_index :hats, :hat_name 450 450 assert_nothing_raised do 451 451 Person.connection.rename_column "hats", "hat_name", "name"