Sha256: 6f5277c65ebda8054c96f4036a524712ac4a137907c9481e40cef73fc7922829

Contents?: true

Size: 122 Bytes

Versions: 4

Compression:

Stored size: 122 Bytes

Contents

class AddPositionToNotes < ActiveRecord::Migration[4.2]
  def change
    add_column :notes, :position, :integer
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
iqvoc-4.14.5 db/migrate/20200220134024_add_position_to_notes.rb
iqvoc-4.14.4 db/migrate/20200220134024_add_position_to_notes.rb
iqvoc-4.13.2 db/migrate/20200220134024_add_position_to_notes.rb
iqvoc-4.13.0 db/migrate/20200220134024_add_position_to_notes.rb