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