update with changes from Production branch
This commit is contained in:
9
db/migrate/20101210151518_add_status_to_feeds.rb
Normal file
9
db/migrate/20101210151518_add_status_to_feeds.rb
Normal file
@ -0,0 +1,9 @@
|
||||
class AddStatusToFeeds < ActiveRecord::Migration
|
||||
def self.up
|
||||
add_column :feeds, :status, :string
|
||||
end
|
||||
|
||||
def self.down
|
||||
remove_column :feeds, :status
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user