Sha256: 186921d49a66d99fce4b4023da5c18776fa948246c4ab90d9f76a29d4010cae0
Contents?: true
Size: 272 Bytes
Versions: 27
Compression:
Stored size: 272 Bytes
Contents
class AddGroupCategoryIdToAssignment < CoalescingPanda::MiscHelper::MigrationClass 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
27 entries across 27 versions & 1 rubygems