update with changes from Production branch
This commit is contained in:
9
db/migrate/20120227002240_add_name_to_window.rb
Normal file
9
db/migrate/20120227002240_add_name_to_window.rb
Normal file
@ -0,0 +1,9 @@
|
||||
class AddNameToWindow < ActiveRecord::Migration
|
||||
def self.up
|
||||
add_column :windows, :name, :string
|
||||
end
|
||||
|
||||
def self.down
|
||||
remove_column :windows, :name
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user