Mercurial > hg > soundsoftware-site
view .svn/pristine/27/2700680223a9a6a9345e7969115cf8bb271e9f2a.svn-base @ 1470:2837ea054769 feature_550
Close obsolete branch feature_550
author | Chris Cannam |
---|---|
date | Tue, 22 Jan 2013 16:23:43 +0000 |
parents | cbb26bc654de |
children |
line wrap: on
line source
class AddMissingIndexesToChangesets < ActiveRecord::Migration def self.up add_index :changesets, :user_id add_index :changesets, :repository_id end def self.down remove_index :changesets, :user_id remove_index :changesets, :repository_id end end