Sha256: 028d1f869b09d3ffdf92d7e15f20dafe8fe6e6269d0fefec06479cfea58c8925
Contents?: true
Size: 252 Bytes
Versions: 74
Compression:
Stored size: 252 Bytes
Contents
class AddGroupCategoryIdToAssignment < ActiveRecord::Migration def change add_column :coalescing_panda_assignments, :group_category_id, :integer add_column :coalescing_panda_assignments, :grade_group_students_individually, :boolean end end
Version data entries
74 entries across 74 versions & 1 rubygems