File tree 3 files changed +3
-2
lines changed
app/models/discourse_topic_voting
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -50,5 +50,5 @@ def reset_voting_cache
50
50
#
51
51
# Indexes
52
52
#
53
- # index_topic_voting_category_settings_on_category_id (category_id) UNIQUE
53
+ # topic_voting_category_settings_category_id_idx (category_id) UNIQUE
54
54
#
Original file line number Diff line number Diff line change @@ -21,4 +21,5 @@ class TopicVoteCount < ActiveRecord::Base
21
21
# Indexes
22
22
#
23
23
# index_topic_voting_topic_vote_count_on_topic_id (topic_id) UNIQUE
24
+ # topic_voting_topic_vote_count_topic_id_idx (topic_id) UNIQUE
24
25
#
Original file line number Diff line number Diff line change @@ -22,5 +22,5 @@ class Vote < ActiveRecord::Base
22
22
#
23
23
# Indexes
24
24
#
25
- # index_topic_voting_votes_on_user_id_and_topic_id (user_id,topic_id) UNIQUE
25
+ # topic_voting_votes_user_id_topic_id_idx (user_id,topic_id) UNIQUE
26
26
#
You can’t perform that action at this time.
0 commit comments