update with changes from Production branch
This commit is contained in:
14
db/migrate/20120317011252_create_chart_window_details.rb
Normal file
14
db/migrate/20120317011252_create_chart_window_details.rb
Normal file
@ -0,0 +1,14 @@
|
||||
class CreateChartWindowDetails < ActiveRecord::Migration
|
||||
def self.up
|
||||
create_table :chart_window_details do |t|
|
||||
t.integer :chart_window_id
|
||||
t.integer :field_number
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
|
||||
def self.down
|
||||
drop_table :chart_window_details
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user