Sha256: 3cc4322e9fd97cf7b2f627bfde93ed9365732311a3bb0502ad3414e60338fb39
Contents?: true
Size: 280 Bytes
Versions: 40
Compression:
Stored size: 280 Bytes
Contents
class CreateSccProductsSccRepositoriesJoinTable < ActiveRecord::Migration[4.2] def change create_join_table :scc_products, :scc_repositories do |t| # t.index [:scc_product_id, :scc_repository_id] # t.index [:scc_repository_id, :scc_product_id] end end end
Version data entries
40 entries across 40 versions & 1 rubygems