DEV: Update plugin annotations (#213)

This commit is contained in:
Gabriel Grubba 2024-10-25 05:48:52 -03:00 committed by GitHub
parent 863828d2f3
commit ed00ee766b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

View File

@ -50,5 +50,5 @@ end
#
# Indexes
#
# index_topic_voting_category_settings_on_category_id (category_id) UNIQUE
# topic_voting_category_settings_category_id_idx (category_id) UNIQUE
#

View File

@ -21,4 +21,5 @@ end
# Indexes
#
# index_topic_voting_topic_vote_count_on_topic_id (topic_id) UNIQUE
# topic_voting_topic_vote_count_topic_id_idx (topic_id) UNIQUE
#

View File

@ -22,5 +22,5 @@ end
#
# 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
#