update with changes from Production branch
This commit is contained in:
11
db/migrate/20110406220648_add_fields_to_pipes.rb
Normal file
11
db/migrate/20110406220648_add_fields_to_pipes.rb
Normal file
@ -0,0 +1,11 @@
|
||||
class AddFieldsToPipes < ActiveRecord::Migration
|
||||
def self.up
|
||||
add_column :pipes, :parse, :string
|
||||
add_column :pipes, :cache, :integer
|
||||
end
|
||||
|
||||
def self.down
|
||||
remove_column :pipes, :parse
|
||||
remove_column :pipes, :cache
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user