Sha256: 6809c59eb80c1e3939549def5ab2b439ff10a17de3b0820f4f7371a5f5e18baa
Contents?: true
Size: 158 Bytes
Versions: 4
Compression:
Stored size: 158 Bytes
Contents
class AddPositionToProjects < ActiveRecord::Migration def change add_column :projects, :position, :integer add_index :projects, :position end end
Version data entries
4 entries across 4 versions & 1 rubygems