Sha256: 24c28f14a1d61b556dd083e9f7395750ace435e7c9327628695372d1cf2683e7
Contents?: true
Size: 308 Bytes
Versions: 201
Compression:
Stored size: 308 Bytes
Contents
# This migration comes from acts_as_taggable_on_engine (originally 4) class AddMissingTaggableIndex < ActiveRecord::Migration 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
201 entries across 201 versions & 15 rubygems