Class: AddExtentFlagToAbility
- Inherits:
-
ActiveRecord::Migration
- Object
- ActiveRecord::Migration
- AddExtentFlagToAbility
- Defined in:
- lib/db/migrate/20101124131334_add_extent_flag_to_ability.rb
Class Method Summary collapse
Class Method Details
.down ⇒ Object
6 7 8 |
# File 'lib/db/migrate/20101124131334_add_extent_flag_to_ability.rb', line 6 def self.down remove_column :abilities, :needs_extent, :boolean end |
.up ⇒ Object
2 3 4 |
# File 'lib/db/migrate/20101124131334_add_extent_flag_to_ability.rb', line 2 def self.up add_column :abilities, :needs_extent, :boolean end |