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

Version Path
coalescing_panda-5.0.4 db/migrate/20150106175418_add_group_category_id_to_assignment.rb
coalescing_panda-5.0.3 db/migrate/20150106175418_add_group_category_id_to_assignment.rb
coalescing_panda-5.0.2 db/migrate/20150106175418_add_group_category_id_to_assignment.rb
coalescing_panda-5.0.1 db/migrate/20150106175418_add_group_category_id_to_assignment.rb
coalescing_panda-5.0.0 db/migrate/20150106175418_add_group_category_id_to_assignment.rb
coalescing_panda-5.0.0.beta.2 db/migrate/20150106175418_add_group_category_id_to_assignment.rb
coalescing_panda-5.0.0.beta.1 db/migrate/20150106175418_add_group_category_id_to_assignment.rb
coalescing_panda-4.8.0.beta.1 db/migrate/20150106175418_add_group_category_id_to_assignment.rb
coalescing_panda-4.7.0 db/migrate/20150106175418_add_group_category_id_to_assignment.rb
coalescing_panda-4.6.1 db/migrate/20150106175418_add_group_category_id_to_assignment.rb
coalescing_panda-4.6.0 db/migrate/20150106175418_add_group_category_id_to_assignment.rb
coalescing_panda-4.6.0.rc3 db/migrate/20150106175418_add_group_category_id_to_assignment.rb
coalescing_panda-4.6.0.rc2 db/migrate/20150106175418_add_group_category_id_to_assignment.rb
coalescing_panda-4.6.0.rc1 db/migrate/20150106175418_add_group_category_id_to_assignment.rb
coalescing_panda-4.5.7 db/migrate/20150106175418_add_group_category_id_to_assignment.rb
coalescing_panda-4.5.6 db/migrate/20150106175418_add_group_category_id_to_assignment.rb
coalescing_panda-4.5.5 db/migrate/20150106175418_add_group_category_id_to_assignment.rb
coalescing_panda-4.5.4 db/migrate/20150106175418_add_group_category_id_to_assignment.rb
coalescing_panda-4.5.3 db/migrate/20150106175418_add_group_category_id_to_assignment.rb
coalescing_panda-4.5.2 db/migrate/20150106175418_add_group_category_id_to_assignment.rb