Class: ChangeRoomIdToString
- Inherits:
-
ActiveRecord::Migration
- Object
- ActiveRecord::Migration
- ChangeRoomIdToString
- Defined in:
- lib/janky/database/migrate/1400144784_change_room_id_to_string.rb
Instance Method Summary collapse
Instance Method Details
#change ⇒ Object
2 3 4 5 |
# File 'lib/janky/database/migrate/1400144784_change_room_id_to_string.rb', line 2 def change change_column :repositories, :room_id, :string change_column :builds, :room_id, :string end |