Sha256: cea942697d123a5cedf4b7e1b2e699fca76a0a6a608c7bb2196dd0a1d0fe951b
Contents?: true
Size: 238 Bytes
Versions: 42
Compression:
Stored size: 238 Bytes
Contents
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
42 entries across 26 versions & 2 rubygems