Merge branch 'master' into openid
Conflicts: config/locales/is.yml
This commit is contained in:
commit
9b10cbccb6
46 changed files with 1797 additions and 58 deletions
|
@ -0,0 +1,9 @@
|
|||
class AddUserDateIndexToChangeset < ActiveRecord::Migration
|
||||
def self.up
|
||||
add_index :changesets, [:user_id, :created_at], :name => "changesets_user_id_created_at_idx"
|
||||
end
|
||||
|
||||
def self.down
|
||||
remove_index :changesets, [:user_id, :created_at], :name => "changesets_user_id_created_at_idx"
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue