fixes #123: Tags aren't alphabetized

This commit is contained in:
albert
2011-10-14 14:28:04 -04:00
parent 13e8574c64
commit 4abf66cf44
9 changed files with 228 additions and 6 deletions

View File

@@ -9,6 +9,8 @@ class CreatePoolVersions < ActiveRecord::Migration
end
add_index :pool_versions, :pool_id
add_index :pool_versions, :updater_id
add_index :pool_versions, :updater_ip_addr
end
def down