fixed tag category coloring, fixed tag category expiration when updating, work on migration
This commit is contained in:
@@ -7,7 +7,9 @@ class CreateCommentVotes < ActiveRecord::Migration
|
||||
t.timestamps
|
||||
end
|
||||
|
||||
add_index :comment_votes, :comment_id
|
||||
add_index :comment_votes, :user_id
|
||||
add_index :comment_votes, :created_at
|
||||
end
|
||||
|
||||
def self.down
|
||||
|
||||
Reference in New Issue
Block a user