Sha256: 42108e94f367549a809806c2e647cda22efdc4351d4c163e70142539e18a9017
Contents?: true
Size: 198 Bytes
Versions: 1
Compression:
Stored size: 198 Bytes
Contents
# This migration comes from make_taggable_engine (originally 3) class AddIndexToTags < ActiveRecord::Migration[5.2] def change add_index MakeTaggable.tags_table, :name, unique: true end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
make_taggable-0.6.3 | spec/dummy/db/migrate/20201119222431_add_index_to_tags.make_taggable_engine.rb |