class AddProjectIdToMission < ActiveRecord::Migration
def change
add_column :missions, :project_id, :integer
end