Skip to content

Commit ed00ee7

Browse files
authored
DEV: Update plugin annotations (#213)
1 parent 863828d commit ed00ee7

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

app/models/discourse_topic_voting/category_setting.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ def reset_voting_cache
5050
#
5151
# Indexes
5252
#
53-
# index_topic_voting_category_settings_on_category_id (category_id) UNIQUE
53+
# topic_voting_category_settings_category_id_idx (category_id) UNIQUE
5454
#

app/models/discourse_topic_voting/topic_vote_count.rb

+1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ class TopicVoteCount < ActiveRecord::Base
2121
# Indexes
2222
#
2323
# index_topic_voting_topic_vote_count_on_topic_id (topic_id) UNIQUE
24+
# topic_voting_topic_vote_count_topic_id_idx (topic_id) UNIQUE
2425
#

app/models/discourse_topic_voting/vote.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ class Vote < ActiveRecord::Base
2222
#
2323
# Indexes
2424
#
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
2626
#

0 commit comments

Comments
 (0)