Sha256: 3c1233d4881e06f325420d3e2443588f88b9fa7b6952ae8c93c336233e5d913a

Contents?: true

Size: 142 Bytes

Versions: 4

Compression:

Stored size: 142 Bytes

Contents

class AddLanguageToNoteAnnotations < ActiveRecord::Migration[4.2]
  def change
    add_column :note_annotations, :language, :string
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
iqvoc-4.14.5 db/migrate/20130418093837_add_language_to_note_annotations.rb
iqvoc-4.14.4 db/migrate/20130418093837_add_language_to_note_annotations.rb
iqvoc-4.13.2 db/migrate/20130418093837_add_language_to_note_annotations.rb
iqvoc-4.13.0 db/migrate/20130418093837_add_language_to_note_annotations.rb