Sha256: bd714c44026ab347a821320c33a0aa61ff724ca75de16e8e932d7e19628596df
Contents?: true
Size: 154 Bytes
Versions: 38
Compression:
Stored size: 154 Bytes
Contents
class AddStageIdToMatches < ActiveRecord::Migration def change add_column :matches, :stage_id, :integer add_index :matches, :stage_id end end
Version data entries
38 entries across 38 versions & 1 rubygems