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

Version Path
works_cited-0.1.16 spec/dummy/db/migrate/20210915161013_add_index_to_works_cited_contributors.works_cited.rb
works_cited-0.1.15 spec/dummy/db/migrate/20210915161013_add_index_to_works_cited_contributors.works_cited.rb