Sha256: 02c57cac9363491f9e34b7641483b98faf02c7f16ea467dedaa5dad1b2638d9f
Contents?: true
Size: 215 Bytes
Versions: 8
Compression:
Stored size: 215 Bytes
Contents
# This migration comes from spree (originally 20170331103334) class AddIndexForPrototypeIdToPrototypeTaxons < ActiveRecord::Migration[5.0] def change add_index :spree_prototype_taxons, :prototype_id end end
Version data entries
8 entries across 8 versions & 2 rubygems