ashirahattia/cs169-pgm

View on GitHub
db/migrate/20161125215839_force_match_for_group.rb

Summary

Maintainability
A
0 mins
Test Coverage
class ForceMatchForGroup < ActiveRecord::Migration
  def change
    add_column :groups, :force_matched_project_id, :integer
  end
end