Sha256: bcc75e3b29c30d1993e039d1f2f813a331cab60e6c928c72deaf8afb2addff5c
Contents?: true
Size: 198 Bytes
Versions: 3
Compression:
Stored size: 198 Bytes
Contents
# This migration comes from make_taggable_engine (originally 4) class AddIndexToTags < ActiveRecord::Migration[5.2] def change add_index MakeTaggable.tags_table, :name, unique: true end end
Version data entries
3 entries across 3 versions & 1 rubygems