Skip to content

Commit

Permalink
DEV: Update plugin annotations (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
Grubba27 authored Oct 25, 2024
1 parent 863828d commit ed00ee7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/models/discourse_topic_voting/category_setting.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ def reset_voting_cache
#
# Indexes
#
# index_topic_voting_category_settings_on_category_id (category_id) UNIQUE
# topic_voting_category_settings_category_id_idx (category_id) UNIQUE
#
1 change: 1 addition & 0 deletions app/models/discourse_topic_voting/topic_vote_count.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ class TopicVoteCount < ActiveRecord::Base
# Indexes
#
# index_topic_voting_topic_vote_count_on_topic_id (topic_id) UNIQUE
# topic_voting_topic_vote_count_topic_id_idx (topic_id) UNIQUE
#
2 changes: 1 addition & 1 deletion app/models/discourse_topic_voting/vote.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ class Vote < ActiveRecord::Base
#
# Indexes
#
# index_topic_voting_votes_on_user_id_and_topic_id (user_id,topic_id) UNIQUE
# topic_voting_votes_user_id_topic_id_idx (user_id,topic_id) UNIQUE
#

0 comments on commit ed00ee7

Please sign in to comment.