volontariat/voluntary_scholarship

View on GitHub
dummy/db/migrate/20140306191347_add_product_to_project.voluntary_engine.rb

Summary

Maintainability
A
0 mins
Test Coverage
# This migration comes from voluntary_engine (originally 20120923140109)
class AddProductToProject < ActiveRecord::Migration
  def change
    add_column :projects, :product_id, :string
    add_index :projects, :product_id
  end
end