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