Sha256: 19c9378631c03f6c33071a40714a42a77f00149c686e76ae72651d0ad31dd358

Contents?: true

Size: 633 Bytes

Versions: 49

Compression:

Stored size: 633 Bytes

Contents

class CreateCoalescingPandaGroupCategories < ActiveRecord::Migration
  def change
    create_table :coalescing_panda_group_categories do |t|
      t.belongs_to :context, polymorphic: true
      t.string :context_type
      t.integer :canvas_group_category_id
      t.string :name

      t.timestamps
    end
    add_index :coalescing_panda_group_categories, [:context_id, :context_type], name: :index_group_categories_context_and_context_type

    add_column :coalescing_panda_assignments, :coalescing_panda_group_category_id, :integer
    add_column :coalescing_panda_groups, :coalescing_panda_group_category_id, :integer
  end
end

Version data entries

49 entries across 49 versions & 1 rubygems

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