diaspora/db/migrate/20120803143552_add_fetch_status_to_people.rb

5 lines
141 B
Ruby

class AddFetchStatusToPeople < ActiveRecord::Migration
def change
add_column :people, :fetch_status, :integer, :default => 0
end
end