Sha256: c50c952cf325b279515b16ba5046ef703226aa081c0ae8e161fa659d862848fa
Contents?: true
Size: 313 Bytes
Versions: 275
Compression:
Stored size: 313 Bytes
Contents
# This migration comes from acts_as_taggable_on_engine (originally 4) class AddMissingTaggableIndex < ActiveRecord::Migration[4.2] def self.up add_index :taggings, [:taggable_id, :taggable_type, :context] end def self.down remove_index :taggings, [:taggable_id, :taggable_type, :context] end end
Version data entries
275 entries across 275 versions & 5 rubygems