Sha256: 5d87207be9373c887b8a078eca5a23336f693b1e4b31f05e51175b30686d8899

Contents?: true

Size: 448 Bytes

Versions: 4

Compression:

Stored size: 448 Bytes

Contents

class AddNoteAnnotationsIndex < ActiveRecord::Migration[4.2]
  def change
    # causes https://github.com/innoq/iqvoc/issues/389
    # outcommented as fix because we either could have had a custom index name
    # or migrated to utf8mb4 to create the index afterwards
    # we have chosen utf8mb4 since that also fixes utf8 encoding problems in mysql and avoids customized solutions per database
    # add_index :note_annotations, :value
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
iqvoc-4.14.5 db/migrate/20170626074649_add_note_annotations_index.rb
iqvoc-4.14.4 db/migrate/20170626074649_add_note_annotations_index.rb
iqvoc-4.13.2 db/migrate/20170626074649_add_note_annotations_index.rb
iqvoc-4.13.0 db/migrate/20170626074649_add_note_annotations_index.rb