big refactor of windows models
This commit is contained in:
7
db/migrate/20140716210000_add_fields_to_windows.rb
Normal file
7
db/migrate/20140716210000_add_fields_to_windows.rb
Normal file
@ -0,0 +1,7 @@
|
||||
class AddFieldsToWindows < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :windows, :content_id, :integer
|
||||
add_column :windows, :options, :text
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user