]> git.openstreetmap.org Git - rails.git/commit
Add user_id + created_at index to changesets
authorTom Hughes <tom@compton.nu>
Thu, 13 May 2010 17:16:31 +0000 (18:16 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 13 May 2010 17:16:31 +0000 (18:16 +0100)
commit594960dc63f1e627efbdd24e1a3d3d6203655a68
tree9dbafd64e378a67c1a7ae1ff888177f95c3cc871
parentc81b5ab1ac321d383d01b3c795f911a9727d54d3
Add user_id + created_at index to changesets

Browsing changesets for a user will be much faster if we can get the
user's changesets in date order.
db/migrate/20100513171259_add_user_date_index_to_changeset.rb [new file with mode: 0644]