Sha256: a9ec0b6e41eb16624f42af8403dd042009ec42adbb01413185a8ce2a1ea3434a
Contents?: true
Size: 388 Bytes
Versions: 2
Compression:
Stored size: 388 Bytes
Contents
# frozen_string_literal: true # This migration comes from works_cited (originally 20210915160902) class AddIndexToWorksCitedContributors < ActiveRecord::Migration[6.1] def change add_index :works_cited_contributors, %i[last first middle suffix handle], name: :index_citation_name, length: 100 end end
Version data entries
2 entries across 2 versions & 1 rubygems