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