Sha256: 4deffc5833b9f94a84def64f26df75b5b09f24c78870bd359c185170e5fa3e21
Contents?: true
Size: 156 Bytes
Versions: 16
Compression:
Stored size: 156 Bytes
Contents
class AddIndexToCommentItemsAndItemTypes < ActiveRecord::Migration def change add_index :social_networking_comments, [:item_id, :item_type] end end
Version data entries
16 entries across 16 versions & 1 rubygems