fixes #123: Tags aren't alphabetized
This commit is contained in:
@@ -6,6 +6,9 @@ class CreatePostVotes < ActiveRecord::Migration
|
||||
t.column :score, :integer, :null => false
|
||||
t.timestamps
|
||||
end
|
||||
|
||||
add_index :post_votes, :post_id
|
||||
add_index :post_votes, :user_id
|
||||
end
|
||||
|
||||
def self.down
|
||||
|
||||
Reference in New Issue
Block a user