DEV: Update plugin annotations (#213)
This commit is contained in:
parent
863828d2f3
commit
ed00ee766b
|
@ -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
|
||||
#
|
||||
|
|
|
@ -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
|
||||
#
|
||||
|
|
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue