update with changes from Production branch
This commit is contained in:
9
db/migrate/20110409071450_add_location_to_feeds.rb
Normal file
9
db/migrate/20110409071450_add_location_to_feeds.rb
Normal file
@ -0,0 +1,9 @@
|
||||
class AddLocationToFeeds < ActiveRecord::Migration
|
||||
def self.up
|
||||
add_column :feeds, :location, :string, :after => :elevation
|
||||
end
|
||||
|
||||
def self.down
|
||||
remove_column :feeds, :location
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user