Mercurial > hg > soundsoftware-site
view .svn/pristine/db/dbb1cd10e4a0f1e628733be53e77306d7e9d3f4a.svn-base @ 914:af7a3f452778 cannam_integration
renamed the email templates used when adding users to a project.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Fri, 02 Mar 2012 11:44:22 +0000 |
parents | cbb26bc654de |
children |
line wrap: on
line source
class AddIndexOnChangesetsScmid < ActiveRecord::Migration def self.up add_index :changesets, [:repository_id, :scmid], :name => :changesets_repos_scmid end def self.down remove_index :changesets, :name => :changesets_repos_scmid end end