houdini/db/migrate/20171207191435_add_index_to_campaign_gifts.rb

6 lines
135 B
Ruby
Raw Normal View History

class AddIndexToCampaignGifts < ActiveRecord::Migration
def change
add_index :campaign_gifts, :campaign_gift_option_id
end
end