mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-10 13:37:01 +03:00
docs: update public indexes
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# SponsorTimesDB
|
# Public
|
||||||
|
|
||||||
- [vipUsers](#vipusers)
|
- [vipUsers](#vipusers)
|
||||||
- [sponsorTimes](#sponsortimes)
|
- [sponsorTimes](#sponsortimes)
|
||||||
@@ -12,6 +12,11 @@
|
|||||||
- [config](#config)
|
- [config](#config)
|
||||||
- [archivedSponsorTimes](#archivedsponsortimes)
|
- [archivedSponsorTimes](#archivedsponsortimes)
|
||||||
- [ratings](#ratings)
|
- [ratings](#ratings)
|
||||||
|
- [userFeatures](#userFeatures)
|
||||||
|
- [titles](#titles)
|
||||||
|
- [titleVotes](#titleVotes)
|
||||||
|
- [thumbnails](#thumbnails)
|
||||||
|
- [thumbnailVotes](#thumbnailVotes)
|
||||||
|
|
||||||
### vipUsers
|
### vipUsers
|
||||||
| Name | Type | |
|
| Name | Type | |
|
||||||
@@ -52,8 +57,10 @@
|
|||||||
| sponsorTime_timeSubmitted | timeSubmitted |
|
| sponsorTime_timeSubmitted | timeSubmitted |
|
||||||
| sponsorTime_userID | userID |
|
| sponsorTime_userID | userID |
|
||||||
| sponsorTimes_UUID | UUID |
|
| sponsorTimes_UUID | UUID |
|
||||||
| sponsorTimes_hashedVideoID | hashedVideoID, category |
|
| sponsorTimes_hashedVideoID | service, hashedVideoID, startTime |
|
||||||
| sponsorTimes_videoID | videoID, service, category, timeSubmitted |
|
| sponsorTimes_videoID | service, videoID, startTime |
|
||||||
|
| sponsorTimes_videoID_category | videoID, category |
|
||||||
|
| sponsorTimes_description_gin | description, category |
|
||||||
|
|
||||||
### userNames
|
### userNames
|
||||||
|
|
||||||
@@ -107,7 +114,7 @@
|
|||||||
|
|
||||||
| index | field |
|
| index | field |
|
||||||
| -- | :--: |
|
| -- | :--: |
|
||||||
| warnings_index | userID |
|
| warnings_index | userID, issueTime, enabled |
|
||||||
| warnings_issueTime | issueTime |
|
| warnings_issueTime | issueTime |
|
||||||
|
|
||||||
### shadowBannedUsers
|
### shadowBannedUsers
|
||||||
@@ -131,8 +138,8 @@
|
|||||||
|
|
||||||
| index | field |
|
| index | field |
|
||||||
| -- | :--: |
|
| -- | :--: |
|
||||||
| videoInfo_videoID | timeSubmitted |
|
| videoInfo_videoID | videoID |
|
||||||
| videoInfo_channelID | userID |
|
| videoInfo_channelID | channelID |
|
||||||
|
|
||||||
### unlistedVideos
|
### unlistedVideos
|
||||||
|
|
||||||
@@ -192,6 +199,39 @@
|
|||||||
| ratings_hashedVideoID | hashedVideoID, service |
|
| ratings_hashedVideoID | hashedVideoID, service |
|
||||||
| ratings_videoID | videoID, service |
|
| ratings_videoID | videoID, service |
|
||||||
|
|
||||||
|
### userFeatures
|
||||||
|
|
||||||
|
| index | field |
|
||||||
|
| -- | :--: |
|
||||||
|
| userFeatures_userID | userID, feature |
|
||||||
|
|
||||||
|
### titles
|
||||||
|
|
||||||
|
| index | field |
|
||||||
|
| -- | :--: |
|
||||||
|
| titles_timeSubmitted | timeSubmitted |
|
||||||
|
| titles_userID_timeSubmitted | videoID, service, userID, timeSubmitted |
|
||||||
|
| titles_videoID | videoID, service |
|
||||||
|
| titles_hashedVideoID_2 | service, hashedVideoID, timeSubmitted |
|
||||||
|
|
||||||
|
### titleVotes
|
||||||
|
| index | field |
|
||||||
|
| -- | :--: |
|
||||||
|
| titleVotes_votes | UUID, votes
|
||||||
|
|
||||||
|
### thumbnails
|
||||||
|
| index | field |
|
||||||
|
| -- | :--: |
|
||||||
|
| thumbnails_timeSubmitted | timeSubmitted |
|
||||||
|
| thumbnails_votes_timeSubmitted | videoID, service, userID, timeSubmitted |
|
||||||
|
| thumbnails_videoID | videoID, service |
|
||||||
|
| thumbnails_hashedVideoID_2 | service, hashedVideoID, timeSubmitted |
|
||||||
|
|
||||||
|
### thumbnailVotes
|
||||||
|
| index | field |
|
||||||
|
| -- | :--: |
|
||||||
|
| thumbnailVotes_votes | UUID, votes
|
||||||
|
|
||||||
# Private
|
# Private
|
||||||
|
|
||||||
- [votes](#votes)
|
- [votes](#votes)
|
||||||
|
|||||||
Reference in New Issue
Block a user