Sha256: 525da1aa2069faa9b9f4fea7e952101012ec09bf11013568114f339c60f067c6

Contents?: true

Size: 105 Bytes

Versions: 1

Compression:

Stored size: 105 Bytes

Contents

class AddIndexToProjectsId < ActiveRecord::Migration
  def change
    add_index :projects, :id
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
self_systeem-0.1.0 test/dummy_app/db/migrate/20140312202105_add_index_to_projects_id.rb