Class: AddNameToNexposeConsolesTable
- Inherits:
-
ActiveRecord::Migration
- Object
- ActiveRecord::Migration
- AddNameToNexposeConsolesTable
- Defined in:
- db/migrate/20110630000002_add_name_to_nexpose_consoles_table.rb
Class Method Summary collapse
Class Method Details
.down ⇒ Object
7 8 9 |
# File 'db/migrate/20110630000002_add_name_to_nexpose_consoles_table.rb', line 7 def self.down remove_column :nexpose_consoles, :name end |
.up ⇒ Object
3 4 5 |
# File 'db/migrate/20110630000002_add_name_to_nexpose_consoles_table.rb', line 3 def self.up add_column :nexpose_consoles, :name, :text end |