Sha256: cae922dff9b349e1205f73622e3aeb307536c58fe8ee50e3a335a919b4a56a9a
Contents?: true
Size: 290 Bytes
Versions: 32
Compression:
Stored size: 290 Bytes
Contents
class RemoveTaggings < ActiveRecord::Migration def change remove_index "taggings", ["tag_id"] remove_index "taggings", ["taggable_id", "taggable_type", "context"] remove_index "taggings", ["tagger_id", "tagger_type"] drop_table "taggings" drop_table "tags" end end
Version data entries
32 entries across 32 versions & 1 rubygems